File tree 1 file changed +2
-0
lines changed
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.
133
133
- [ ` Option::unwrap_unchecked ` ]
134
134
- [ ` Result::unwrap_unchecked ` ]
135
135
- [ ` Result::unwrap_err_unchecked ` ]
136
+ - [ ` File::options ` ]
136
137
137
138
The following previously stable functions are now ` const ` .
138
139
@@ -151,6 +152,7 @@ The following previously stable functions are now `const`.
151
152
[ `Option::unwrap_unchecked` ] : https://doc.rust-lang.org/stable/std/option/enum.Option.html#method.unwrap_unchecked
152
153
[ `Result::unwrap_unchecked` ] : https://doc.rust-lang.org/stable/std/result/enum.Result.html#method.unwrap_unchecked
153
154
[ `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
154
156
[ `Duration::new` ] : https://doc.rust-lang.org/stable/std/time/struct.Duration.html#method.new
155
157
[ `Duration::checked_add` ] : https://doc.rust-lang.org/stable/std/time/struct.Duration.html#method.checked_add
156
158
[ `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