]> git.lizzy.rs Git - rust.git/commit
documentation incorrectly described from_utf8
authorJon Haddad <jon@jonhaddad.com>
Sun, 7 Dec 2014 19:35:06 +0000 (11:35 -0800)
committerJon Haddad <jon@jonhaddad.com>
Mon, 8 Dec 2014 06:57:40 +0000 (22:57 -0800)
commit956c5811111a02628d464d5c8d1be8eca06c5092
tree697b8add65b312a3af02b5fbf5d327d1a482b77d
parent83a44c7fa676b4e5e546ce3d4624e585f9a1e899
documentation incorrectly described from_utf8

Docs said from_utf8 accepts a vector when it actually accepts a slice of bytes.
src/libcore/str.rs