File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ macro_rules! nonzero_integers {
84
84
///
85
85
/// # Safety
86
86
/// The referenced value must not be currently zero.
87
- #[ unstable( feature = "nonzero_from_mut" , issue = "none " ) ]
87
+ #[ unstable( feature = "nonzero_from_mut" , issue = "106290 " ) ]
88
88
#[ must_use]
89
89
#[ inline]
90
90
pub unsafe fn from_mut_unchecked( n: & mut $Int) -> & mut Self {
@@ -101,7 +101,7 @@ macro_rules! nonzero_integers {
101
101
102
102
/// Converts a primitive mutable reference to a non-zero mutable reference
103
103
/// if the referenced integer is not zero.
104
- #[ unstable( feature = "nonzero_from_mut" , issue = "none " ) ]
104
+ #[ unstable( feature = "nonzero_from_mut" , issue = "106290 " ) ]
105
105
#[ must_use]
106
106
#[ inline]
107
107
pub fn from_mut( n: & mut $Int) -> Option <& mut Self > {
You can’t perform that action at this time.
0 commit comments