mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
ac3b179c3b
fix docs for inherent str constructors related to #131114 when implementing inherent str constructors in #136517, i forgot to change the docs, so the code examples still imported the `std::str` module and used the constructor from there, instead of using "itself" (the inherent constructor).