]> git.lizzy.rs Git - rust.git/commit
Clean up std::ascii sub-level docs.
authorEugene Bulkin <ebulkin@caltech.edu>
Sat, 1 Apr 2017 07:07:55 +0000 (00:07 -0700)
committerEugene Bulkin <ebulkin@caltech.edu>
Sat, 1 Apr 2017 07:07:55 +0000 (00:07 -0700)
commitd8fb322acc5314efc3026b889594c92c320dce85
treebd388529e3723f91b6ecf731a249d4d43d4f3ad8
parent40feadb966f825de7aa54a3138416c906b60f54a
Clean up std::ascii sub-level docs.

* Change `utf8` variable names to `non_ascii` to be more clear, since
ASCII and UTF-8 are compatible.

* Fix `EscapeDefault` struct description to follow the typical iterator
method format with a link to the generating function.

* Add more `escape_default` examples to cover every case mentioned in
the function description itself.
src/libstd/ascii.rs