Skip to content

fix deprecated note #527

Description

@alejandro-vaz

somewhere in lib.rs around line 1500:

    #[inline]
    #[deprecated(
        since = "2.0.0-alpha.13",
        note = "use `TryInto::<[T; N]>::into` instead"
    )]
    pub fn into_inner(self) -> Result<[T; N], Self> {

fix the note so that it references the ::try_into method instead of the ::into method

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for a first contributorhelp wantedNo clear candidate to implement itp-highhigh priorityr-docsrelated to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions