]> git.lizzy.rs Git - rust.git/commit
Add documentation for Read, Write impls for slices and Vec
authorUlrik Sverdrup <bluss@users.noreply.github.com>
Sat, 22 Oct 2016 10:50:00 +0000 (12:50 +0200)
committerUlrik Sverdrup <bluss@users.noreply.github.com>
Thu, 27 Oct 2016 13:25:14 +0000 (15:25 +0200)
commit9568f448422384b42fc84080e996a6914211f6a0
tree8aa6f6b8809657424cdef4692360d7e8de26cea8
parent7bccb829d0fe9a733bd6efcf6f7313186ae237ab
Add documentation for Read, Write impls for slices and Vec

The Write impls for &[u8] and Vec<u8> are quite different, and we need this to
be reflected in the docs.

These documentation comments will be visible on the respective type's
page in the trait impls section.
src/libstd/io/impls.rs