mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
800bc95b87
give a better example why `std` modules named like primitives are needed A small update to the `std` `lib.rs` introduction to replace mentions of `std::i32` (never needed) with `std::char` (sometimes needed). Related to rust-lang/rust#146882.