Skip to content

Drop T: Default bound for array implementations #50

Open
@roypat

Description

@roypat

Moved from firecracker-microvm/firecracker#1728, also touched on in #47 (comment)

Currently, Versionize implementation for [T; N] require T: Default because we need to initialize the array somehow. We should track if at some point, Rust's MaybeUninit APIs mature enough to support dropping this bound.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions