Skip to content

Commit e978d76

Browse files
committed
try to work around rustdoc bug
1 parent 296a434 commit e978d76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/core/src/num/nonzero.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ use crate::{fmt, intrinsics, ptr, ub_checks};
3131
issue = "none"
3232
)]
3333
pub unsafe trait ZeroablePrimitive: Sized + Copy + private::Sealed {
34-
#[doc(hidden)]
34+
/// A type like `Self` but with a niche that includes zero.
3535
type NonZeroInner: Sized + Copy;
3636
}
3737

0 commit comments

Comments
 (0)