mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 04:27:16 +00:00
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** 