Skip to content

slice.rs still mentions OwnedVector #15459

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

Closed
alxgnon opened this issue Jul 5, 2014 · 0 comments · Fixed by #16279
Closed

slice.rs still mentions OwnedVector #15459

alxgnon opened this issue Jul 5, 2014 · 0 comments · Fixed by #16279

Comments

@alxgnon
Copy link
Contributor

alxgnon commented Jul 5, 2014

https://github.com/rust-lang/rust/blob/master/src/libcollections/slice.rs#L36
https://github.com/rust-lang/rust/blob/master/src/libcollections/slice.rs#L49-51

Can these mentionings just be removed?

nham added a commit to nham/rust that referenced this issue Aug 8, 2014
This does a few things:

 - remove references to ~[] and the OwnedVector trait, which are both
   obsolete
 - correct the docs to say that this is the slice module, not the vec
   module
 - add a sentence pointing out that vectors are distinct from Vec
 - remove documentation on Vec.

closes rust-lang#15459
bors added a commit that referenced this issue Aug 8, 2014
This does a few things:

 - remove references to ~[] and the OwnedVector trait, which are both
   obsolete
 - correct the docs to say that this is the slice module, not the vec
   module
 - add a sentence pointing out that vectors are distinct from Vec
 - remove documentation on Vec.

closes #15459
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

Successfully merging a pull request may close this issue.

1 participant