Skip to content

Types from syntax leaked into std docs #44289

Closed
@mcarton

Description

@mcarton

The documentation for std::convert::Into contains some types from the syntax crate that should not be there:

impl Into<Option<P<PathParameters>>> for AngleBracketedParameterData
impl Into<Vec<Annotatable>> for Annotatable
impl<T> Into<Vec<T>> for ThinVec<T>
impl<T> Into<Vec<T>> for P<[T]>

all of those are dead links (eg. for syntax::ptr::P).

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