Closed
Description
Part of #29329
http://doc.rust-lang.org/std/str/
Here's what needs to be done to close out this issue:
- the module documentation is fine, but should point out why
std::str
and the primitive type are different. -
Bytes
should use the same boilerplate asLines
Modify str Structs descriptions #40935 (review) -
CharIndices
has the same issue. Modify str Structs descriptions #40935 (review) -
Chars
has the same issue. Modify str Structs descriptions #40935 (review) -
EncodeUtf16
has the same issue. Modify str Structs descriptions #40935 (review) -
ParseBoolError
should link to the method it comes from. -
SplitWhitespace
should use the same boilerplate asLines
. -
Utf8Error
should link to those functions. -
FromStr
should have an example of implementing it. -
from_utf8
should link the types it mentions. -
from_utf8_unchecked
should link that&str
.
Metadata
Metadata
Assignees
Labels
Area: Documentation for any part of the project, including the compiler, standard library, and toolsCall for participation: Help is requested to fix this issue.Call for participation: Medium difficulty. Experience needed to fix: Intermediate.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Medium priority