File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ macro_rules! nonzero_integer {
177
177
///
178
178
/// # Safety
179
179
/// The referenced value must not be currently zero.
180
- #[ unstable( feature = "nonzero_from_mut" , issue = "none " ) ]
180
+ #[ unstable( feature = "nonzero_from_mut" , issue = "106290 " ) ]
181
181
#[ must_use]
182
182
#[ inline]
183
183
pub unsafe fn from_mut_unchecked( n: & mut $Int) -> & mut Self {
@@ -194,7 +194,7 @@ macro_rules! nonzero_integer {
194
194
195
195
/// Converts a primitive mutable reference to a non-zero mutable reference
196
196
/// if the referenced integer is not zero.
197
- #[ unstable( feature = "nonzero_from_mut" , issue = "none " ) ]
197
+ #[ unstable( feature = "nonzero_from_mut" , issue = "106290 " ) ]
198
198
#[ must_use]
199
199
#[ inline]
200
200
pub fn from_mut( n: & mut $Int) -> Option <& mut Self > {
You can’t perform that action at this time.
0 commit comments