@@ -963,7 +963,7 @@ Compatibility Notes
963963- [rustdoc: doctests are now run on unexported `macro_rules!` macros, matching other private items][96630]
964964- [rustdoc: Remove .woff font files][96279]
965965- [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
967967 complete synchronously][95469].
968968
969969Internal Changes
@@ -1794,10 +1794,10 @@ Libraries
17941794- [impl Default, Copy, Clone for std::io::Sink and std::io::Empty][rust#86744]
17951795- [`impl From<[(K, V); N]>` for all collections.][rust#84111]
17961796- [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]
17981798 Previously, the environment functions would panic if given a variable name
17991799 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
18011801 the existence of a variable with such a name.
18021802
18031803Stabilised APIs
@@ -1990,7 +1990,7 @@ Compatibility Notes
19901990 kinds of errors could be categorised [into newer more specific `ErrorKind`
19911991 variants][79965], and that they do not represent a user error.
19921992- [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
19941994 `Command` would cause them to be ASCII-uppercased.
19951995- [Rustdoc will now warn on using rustdoc lints that aren't prefixed
19961996 with `rustdoc::`][86849]
@@ -6367,7 +6367,7 @@ eg. `static MINUTE: Duration = Duration::from_secs(60);`
63676367
63686368Cargo
63696369-----
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]
63716371- [`cargo new` now defaults to creating a binary crate, instead of a
63726372 library crate.][cargo/5029]
63736373
0 commit comments