From dce57fc3544e80f6357c9e573bd7a45c4404ed8e Mon Sep 17 00:00:00 2001 From: Brian Campbell Date: Mon, 27 Apr 2015 15:42:08 -0400 Subject: [PATCH] Correct title of "Remove more deprecated functionality" --- content/2015-04-27-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2015-04-27-this-week-in-rust.md b/content/2015-04-27-this-week-in-rust.md index 7d02e59c1..e1a269bf2 100644 --- a/content/2015-04-27-this-week-in-rust.md +++ b/content/2015-04-27-this-week-in-rust.md @@ -28,7 +28,7 @@ Now you can follow breaking changes *[as they happen][BitRust2]*! * [std: Add Default/IntoIterator/ToOwned to the prelude](https://github.com/rust-lang/rust/pull/24541) * [Enforce the comma after lifetime arguments and before type arguments](https://github.com/rust-lang/rust/pull/24547) -* [Remove for deprecated functionality](https://github.com/rust-lang/rust/pull/24636) +* [Remove more deprecated functionality](https://github.com/rust-lang/rust/pull/24636) * [Make stability attributes an error](https://github.com/rust-lang/rust/pull/24646) # Other Changes