@@ -963,7 +963,7 @@ Compatibility Notes
963
963
- [rustdoc: doctests are now run on unexported `macro_rules!` macros, matching other private items][96630]
964
964
- [rustdoc: Remove .woff font files][96279]
965
965
- [Enforce Copy bounds for repeat elements while considering lifetimes][95819]
966
- - [Windows: Fix potentinal unsoundness by aborting if `File` reads or writes cannot
966
+ - [Windows: Fix potential unsoundness by aborting if `File` reads or writes cannot
967
967
complete synchronously][95469].
968
968
969
969
Internal Changes
@@ -1794,10 +1794,10 @@ Libraries
1794
1794
- [impl Default, Copy, Clone for std::io::Sink and std::io::Empty][rust#86744]
1795
1795
- [`impl From<[(K, V); N]>` for all collections.][rust#84111]
1796
1796
- [Remove `P: Unpin` bound on impl Future for Pin.][rust#81363]
1797
- - [Treat invalid environment variable names as non-existent .][rust#86183]
1797
+ - [Treat invalid environment variable names as nonexistent .][rust#86183]
1798
1798
Previously, the environment functions would panic if given a variable name
1799
1799
with an internal null character or equal sign (`=`). Now, these functions will
1800
- just treat such names as non-existent variables, since the OS cannot represent
1800
+ just treat such names as nonexistent variables, since the OS cannot represent
1801
1801
the existence of a variable with such a name.
1802
1802
1803
1803
Stabilised APIs
@@ -1990,7 +1990,7 @@ Compatibility Notes
1990
1990
kinds of errors could be categorised [into newer more specific `ErrorKind`
1991
1991
variants][79965], and that they do not represent a user error.
1992
1992
- [Using environment variable names with `process::Command` on Windows now
1993
- behaves as expected.][85270] Previously using envionment variables with
1993
+ behaves as expected.][85270] Previously using environment variables with
1994
1994
`Command` would cause them to be ASCII-uppercased.
1995
1995
- [Rustdoc will now warn on using rustdoc lints that aren't prefixed
1996
1996
with `rustdoc::`][86849]
@@ -6367,7 +6367,7 @@ eg. `static MINUTE: Duration = Duration::from_secs(60);`
6367
6367
6368
6368
Cargo
6369
6369
-----
6370
- - [`cargo new` no longer removes `rust` or `rs` prefixs/suffixs .][cargo/5013]
6370
+ - [`cargo new` no longer removes `rust` or `rs` prefixes/suffixes .][cargo/5013]
6371
6371
- [`cargo new` now defaults to creating a binary crate, instead of a
6372
6372
library crate.][cargo/5029]
6373
6373
0 commit comments