We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296a434 commit e978d76Copy full SHA for e978d76
1 file changed
library/core/src/num/nonzero.rs
@@ -31,7 +31,7 @@ use crate::{fmt, intrinsics, ptr, ub_checks};
31
issue = "none"
32
)]
33
pub unsafe trait ZeroablePrimitive: Sized + Copy + private::Sealed {
34
- #[doc(hidden)]
+ /// A type like `Self` but with a niche that includes zero.
35
type NonZeroInner: Sized + Copy;
36
}
37
0 commit comments