]> git.lizzy.rs Git - rust.git/commit
Add links to std::char::REPLACEMENT_CHARACTER from docs.
authorCorey Farwell <coreyf@rwell.org>
Sat, 11 Aug 2018 18:09:59 +0000 (14:09 -0400)
committerCorey Farwell <coreyf@rwell.org>
Sat, 11 Aug 2018 19:42:35 +0000 (15:42 -0400)
commitec18991492849393a8b3ae4e0c70a22319e8ea60
tree2917703d35382c3e6dcf5ca6e48b8aa0c2f50f0c
parent0aa8d0320266b5579428312095fe49af05ada972
Add links to std::char::REPLACEMENT_CHARACTER from docs.

There are a few places where we mention the replacement character in the
docs, and it could be helpful for users to utilize the constant which is
available in the standard library, so let’s link to it!
src/liballoc/string.rs
src/libcore/str/mod.rs
src/libstd/ffi/c_str.rs
src/libstd/ffi/os_str.rs
src/libstd/path.rs
src/libstd/sys/windows/ext/ffi.rs