File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ This week's edition was edited by: [nasa42](https://github.com/nasa42) and [llog
5858* [ Add a blanket ` impl ` for ` &mut std::fmt::Write ` ] ( https://github.com/rust-lang/rust/pull/28368 ) .
5959* [ Implement overload-able augmented/compound assignments, like ` a += b ` via the ` AddAssign ` trait] ( https://github.com/rust-lang/rust/pull/28345 ) .
6060* [ Implement empty structs with braces] ( https://github.com/rust-lang/rust/pull/28336 ) .
61+ * [ Split up lint interface into pre- and post-expansion lints] ( https://github.com/rust-lang/rust/pull/28349 ) .
6162
6263## New Contributors
6364
@@ -80,7 +81,6 @@ are the RFCs that were approved for implementation this week:
8081* [ 1238: Revise the Drop Check (` dropck ` ) part of Rust's static analyses] ( https://github.com/rust-lang/rfcs/pull/1238 ) .
8182* [ 1240: References into ` repr(packed) ` structs should be ` unsafe ` ] ( https://github.com/rust-lang/rfcs/pull/1240 ) .
8283
83-
8484## Final Comment Period
8585
8686Every week [ the team] ( https://rust-lang.org/team.html ) announces the
You can’t perform that action at this time.
0 commit comments