We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03e52a5 + a0c0c40 commit 157eb1cCopy full SHA for 157eb1c
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