mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
074256988f
doc(std): clarify `NonZero<T>` usage limitation in doc comment Closes rust-lang/rust#142966 This PR clarifies `NonZero<T>` usage limitation in doc comment and fixes a typo. r? libs