]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #37343 - bluss:write-doc, r=GuillaumeGomez
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Fri, 28 Oct 2016 15:05:47 +0000 (17:05 +0200)
committerGitHub <noreply@github.com>
Fri, 28 Oct 2016 15:05:47 +0000 (17:05 +0200)
commit777502ef052d385f4dab3449b807793bf12459e7
treeb452075d2c4f212f0787eab2b5704f6f6ec000a2
parentf02577d49159c88414911b1e10ff654622856b55
parent9568f448422384b42fc84080e996a6914211f6a0
Rollup merge of #37343 - bluss:write-doc, r=GuillaumeGomez

Add documentation for Read, Write impls for slices and Vec

The Write imps 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.