Closed
Description
Part of #29329
http://doc.rust-lang.org/std/path/
Here's what's needed to close out this issue:
-
Components
should use the standard iterator boilerplate. -
Display
needs some more explanation and a link to thedisplay
method. -
Iter
should use the standard iterator boilerplate. -
PrefixComponent
needs general expansion and examples -
StripPrefixError
needs a shorter summary and a link to the method it comes from. -
Component
shouldn't say to refer to the module, we should move most of its docs here. -
Prefix
could use more explanation, andis_verbatim
needs an example.