Skip to content

Commit 0d14585

Browse files
committed
Added one more notable change as suggested by @llogiq.
1 parent 7369eb7 commit 0d14585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/2015-09-21-this-week-in-rust.md

+1-1
Original file line numberDiff line numberDiff 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

8686
Every week [the team](https://rust-lang.org/team.html) announces the

0 commit comments

Comments
 (0)