File tree 1 file changed +1
-1
lines changed
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
58
58
* [ Add a blanket ` impl ` for ` &mut std::fmt::Write ` ] ( https://github.com/rust-lang/rust/pull/28368 ) .
59
59
* [ Implement overload-able augmented/compound assignments, like ` a += b ` via the ` AddAssign ` trait] ( https://github.com/rust-lang/rust/pull/28345 ) .
60
60
* [ 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 ) .
61
62
62
63
## New Contributors
63
64
@@ -80,7 +81,6 @@ are the RFCs that were approved for implementation this week:
80
81
* [ 1238: Revise the Drop Check (` dropck ` ) part of Rust's static analyses] ( https://github.com/rust-lang/rfcs/pull/1238 ) .
81
82
* [ 1240: References into ` repr(packed) ` structs should be ` unsafe ` ] ( https://github.com/rust-lang/rfcs/pull/1240 ) .
82
83
83
-
84
84
## Final Comment Period
85
85
86
86
Every week [ the team] ( https://rust-lang.org/team.html ) announces the
You can’t perform that action at this time.
0 commit comments