mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
1505997c64
Modify `NonZero` documentation to reference the underlying integer type This change updates the documentation for `NonZero` integer types to explicitly reference the underlying integer type each `NonZero` variant wraps, instead of using a general "integer" term. **Before**  **After** 