Skip to content

Commit f6ed4ee

Browse files
committed
Remove mention of removal of static mut
1 parent e13f6b6 commit f6ed4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2021-03-03-planning-rust-2021.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In Rust 2021 this new resolver will become the default, but older editions can s
4242

4343
### Other
4444

45-
Other proposed changes include [unifying how `panic` in `std` and `core` work](https://github.com/rust-lang/rust/issues/80162), upgrading several lints from [warnings to errors](https://github.com/rust-lang/rust/issues/80165), and [removing `static mut`](https://github.com/rust-lang/rust/issues/53639).
45+
Other proposed changes include [unifying how `panic` in `std` and `core` work](https://github.com/rust-lang/rust/issues/80162) and upgrading several lints from [warnings to errors](https://github.com/rust-lang/rust/issues/80165).
4646

4747
You can find a full list of features that are under consideration [here](https://docs.google.com/spreadsheets/d/1chZ2SL9T444nvU9al1kQ7TJMwC3IVQQV2xIv1HWGQ_k/edit?usp=sharing).
4848

0 commit comments

Comments
 (0)