Skip to content

Commit 680ebea

Browse files
committed
RELEASES.md: Add 1.58 release note for File::options stabilization
1 parent 092e1c9 commit 680ebea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASES.md

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Stabilized APIs
4242
- [`{integer}::saturating_div`]
4343
- [`Option::unwrap_unchecked`]
4444
- [`NonZero{unsigned}::is_power_of_two`]
45+
- [`File::options`]
4546

4647
These APIs are now usable in const contexts:
4748

@@ -137,6 +138,7 @@ and related tools.
137138
[`{integer}::saturating_div`]: https://doc.rust-lang.org/stable/std/primitive.i8.html#method.saturating_div
138139
[`Option::unwrap_unchecked`]: https://doc.rust-lang.org/stable/std/option/enum.Option.html#method.unwrap_unchecked
139140
[`NonZero{unsigned}::is_power_of_two`]: https://doc.rust-lang.org/stable/std/num/struct.NonZeroU8.html#method.is_power_of_two
141+
[`File::options`]: https://doc.rust-lang.org/stable/std/fs/struct.File.html#method.options
140142
[`unix::process::ExitStatusExt::core_dumped`]: https://doc.rust-lang.org/stable/std/os/unix/process/trait.ExitStatusExt.html#tymethod.core_dumped
141143
[`unix::process::ExitStatusExt::stopped_signal`]: https://doc.rust-lang.org/stable/std/os/unix/process/trait.ExitStatusExt.html#tymethod.stopped_signal
142144
[`unix::process::ExitStatusExt::continued`]: https://doc.rust-lang.org/stable/std/os/unix/process/trait.ExitStatusExt.html#tymethod.continued

0 commit comments

Comments
 (0)