mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +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