We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae5c00f + 19843db commit d83de7eCopy full SHA for d83de7e
library/core/src/num/nonzero.rs
@@ -1233,7 +1233,7 @@ macro_rules! nonzero_integer_signedness_dependent_impls {
1233
#[doc = concat!("let three = NonZero::new(3", stringify!($Int), ").unwrap();")]
1234
/// assert_eq!(three.div_ceil(two), two);
1235
/// ```
1236
- #[unstable(feature = "unsigned_nonzero_div_ceil", issue = "none")]
+ #[unstable(feature = "unsigned_nonzero_div_ceil", issue = "132968")]
1237
#[must_use = "this returns the result of the operation, \
1238
without modifying the original"]
1239
#[inline]
0 commit comments