mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00

`usize` was renamed from `uint` in order to convey that it's not the "default integer type". Guide new users to use integers with specific bit width instead of `usize`.