File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ The following methods and trait implementations were stabilized.
133133- [ ` Option::unwrap_unchecked ` ]
134134- [ ` Result::unwrap_unchecked ` ]
135135- [ ` Result::unwrap_err_unchecked ` ]
136+ - [ ` File::options ` ]
136137
137138The following previously stable functions are now ` const ` .
138139
@@ -151,6 +152,7 @@ The following previously stable functions are now `const`.
151152[ `Option::unwrap_unchecked` ] : https://doc.rust-lang.org/stable/std/option/enum.Option.html#method.unwrap_unchecked
152153[ `Result::unwrap_unchecked` ] : https://doc.rust-lang.org/stable/std/result/enum.Result.html#method.unwrap_unchecked
153154[ `Result::unwrap_err_unchecked` ] : https://doc.rust-lang.org/stable/std/result/enum.Result.html#method.unwrap_err_unchecked
155+ [ `File::options` ] : https://doc.rust-lang.org/stable/std/fs/struct.File.html#method.options
154156[ `Duration::new` ] : https://doc.rust-lang.org/stable/std/time/struct.Duration.html#method.new
155157[ `Duration::checked_add` ] : https://doc.rust-lang.org/stable/std/time/struct.Duration.html#method.checked_add
156158[ `Duration::saturating_add` ] : https://doc.rust-lang.org/stable/std/time/struct.Duration.html#method.saturating_add
You can’t perform that action at this time.
0 commit comments