mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Add tracking issue number to unsigned_nonzero_div_ceil feature
This commit is contained in:
@@ -1233,7 +1233,7 @@ impl NonZero<$Int> {
|
||||
#[doc = concat!("let three = NonZero::new(3", stringify!($Int), ").unwrap();")]
|
||||
/// assert_eq!(three.div_ceil(two), two);
|
||||
/// ```
|
||||
#[unstable(feature = "unsigned_nonzero_div_ceil", issue = "none")]
|
||||
#[unstable(feature = "unsigned_nonzero_div_ceil", issue = "132968")]
|
||||
#[must_use = "this returns the result of the operation, \
|
||||
without modifying the original"]
|
||||
#[inline]
|
||||
|
||||
Reference in New Issue
Block a user