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 @@ -177,7 +177,7 @@ macro_rules! nonzero_integer {
177177 ///
178178 /// # Safety
179179 /// The referenced value must not be currently zero.
180- #[ unstable( feature = "nonzero_from_mut" , issue = "none " ) ]
180+ #[ unstable( feature = "nonzero_from_mut" , issue = "106290 " ) ]
181181 #[ must_use]
182182 #[ inline]
183183 pub unsafe fn from_mut_unchecked( n: & mut $Int) -> & mut Self {
@@ -194,7 +194,7 @@ macro_rules! nonzero_integer {
194194
195195 /// Converts a primitive mutable reference to a non-zero mutable reference
196196 /// if the referenced integer is not zero.
197- #[ unstable( feature = "nonzero_from_mut" , issue = "none " ) ]
197+ #[ unstable( feature = "nonzero_from_mut" , issue = "106290 " ) ]
198198 #[ must_use]
199199 #[ inline]
200200 pub fn from_mut( n: & mut $Int) -> Option <& mut Self > {
You can’t perform that action at this time.
0 commit comments