File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,6 @@ The following methods and trait implementations were stabilized.
133
133
- [ ` Option::unwrap_unchecked ` ]
134
134
- [ ` Result::unwrap_unchecked ` ]
135
135
- [ ` Result::unwrap_err_unchecked ` ]
136
- - [ ` NonZero{unsigned}::is_power_of_two ` ]
137
136
138
137
The following previously stable functions are now ` const ` .
139
138
@@ -145,10 +144,6 @@ The following previously stable functions are now `const`.
145
144
- [ ` Duration::checked_mul ` ]
146
145
- [ ` Duration::saturating_mul ` ]
147
146
- [ ` Duration::checked_div ` ]
148
- - [ ` MaybeUninit::as_ptr ` ]
149
- - [ ` MaybeUninit::as_mut_ptr ` ]
150
- - [ ` MaybeUninit::assume_init ` ]
151
- - [ ` MaybeUninit::assume_init_ref ` ]
152
147
153
148
[ `Metadata::is_symlink` ] : https://doc.rust-lang.org/stable/std/fs/struct.Metadata.html#method.is_symlink
154
149
[ `Path::is_symlink` ] : https://doc.rust-lang.org/stable/std/path/struct.Path.html#method.is_symlink
You can’t perform that action at this time.
0 commit comments