Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Types from syntax leaked into std docs #44289

Closed
mcarton opened this issue Sep 3, 2017 · 3 comments
Closed

Types from syntax leaked into std docs #44289

mcarton opened this issue Sep 3, 2017 · 3 comments

Comments

@mcarton
Copy link
Member

mcarton commented Sep 3, 2017

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).

@ollie27
Copy link
Member

ollie27 commented Sep 3, 2017

@mcarton
Copy link
Member Author

mcarton commented Sep 3, 2017

Ah, nice. Just need to wait for it to go to stable then. I should not have limited the search to is:open 😄

@mcarton mcarton closed this as completed Sep 3, 2017
@mcarton
Copy link
Member Author

mcarton commented Sep 3, 2017

Well, actually the issue is still opened, I must not have searched hard enough…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants