mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +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).