mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +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`.