]> git.lizzy.rs Git - rust.git/commit
Cleanup collections::slice documentation.
authornham <hamann.nick@gmail.com>
Tue, 5 Aug 2014 20:12:15 +0000 (16:12 -0400)
committernham <hamann.nick@gmail.com>
Fri, 8 Aug 2014 03:45:39 +0000 (23:45 -0400)
commitcb0aa8ac7102f1d009d9e4a5b4078f2308843782
tree57fa75b85718c19417082b409a3533ec77ef704b
parent6da38890f1f734799dc06460edf26c560db59a8e
Cleanup collections::slice documentation.

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
src/libcollections/slice.rs