mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
47358298f6
reword descriptions of the deprecated int modules Based on recommendation by `@est31` here: https://github.com/rust-lang/rust/pull/107587#issuecomment-1416131590 This is meant to make it more clear, when looking at the `std` or `core` docs, that these are deprecated modules - not deprecated integer types (a common misunderstanding). Before:  After: 