This chunk was supposedly copy-pasted as is from std::str::from_utf8
|
/// Converts a vector of bytes to a `String`. |
|
/// |
|
/// A string slice ([`&str`]) is made of bytes ([`u8`]), and a vector of bytes |
It should read
A String ([`String`]) is made of bytes
This chunk was supposedly copy-pasted as is from
std::str::from_utf8rust/src/liballoc/string.rs
Lines 430 to 432 in bdfd698
It should read