Skip to content

Commit 6638077

Browse files
committed
remove stdlib functions stabilized in 1.59.0
1 parent 7ceab2c commit 6638077

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

posts/2022-01-13-Rust-1.58.0.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ The following methods and trait implementations were stabilized.
133133
- [`Option::unwrap_unchecked`]
134134
- [`Result::unwrap_unchecked`]
135135
- [`Result::unwrap_err_unchecked`]
136-
- [`NonZero{unsigned}::is_power_of_two`]
137136

138137
The following previously stable functions are now `const`.
139138

@@ -145,10 +144,6 @@ The following previously stable functions are now `const`.
145144
- [`Duration::checked_mul`]
146145
- [`Duration::saturating_mul`]
147146
- [`Duration::checked_div`]
148-
- [`MaybeUninit::as_ptr`]
149-
- [`MaybeUninit::as_mut_ptr`]
150-
- [`MaybeUninit::assume_init`]
151-
- [`MaybeUninit::assume_init_ref`]
152147

153148
[`Metadata::is_symlink`]: https://doc.rust-lang.org/stable/std/fs/struct.Metadata.html#method.is_symlink
154149
[`Path::is_symlink`]: https://doc.rust-lang.org/stable/std/path/struct.Path.html#method.is_symlink

0 commit comments

Comments
 (0)