]> git.lizzy.rs Git - rust.git/commit
Improve documentation for the from_utf8 family
authorSteve Klabnik <steve@steveklabnik.com>
Fri, 2 Oct 2015 18:36:02 +0000 (14:36 -0400)
committerSteve Klabnik <steve@steveklabnik.com>
Fri, 2 Oct 2015 23:42:25 +0000 (19:42 -0400)
commit4d73da92f0e6d00025609e42b1e7f59f00b73be9
treed663dc560dced0593a6a4e70300129d35051340a
parent17a2cb443a9dda03f2c35853fb69b981f179a4df
Improve documentation for the from_utf8 family

Our docs were very basic for the various versions of from_utf8, so
this commit beefs them up.

It also improves docs for the &str variant's error, Utf8Error.
src/libcollections/string.rs
src/libcore/str/mod.rs