mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 11:35:31 +00:00
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.