From 91f02b28e6187e6a743a316a9ebd000dd3018794 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Wed, 16 Oct 2019 22:43:44 +0200 Subject: [PATCH] 308: remove mention of minimizing rust-std That PR has been reverted in https://github.com/rust-lang/rust/pull/65342 due to widespread breakage. --- content/2019-10-15-this-week-in-rust.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/2019-10-15-this-week-in-rust.md b/content/2019-10-15-this-week-in-rust.md index 6fd2756e4..172da12c4 100644 --- a/content/2019-10-15-this-week-in-rust.md +++ b/content/2019-10-15-this-week-in-rust.md @@ -81,7 +81,6 @@ If you are a Rust project owner and are looking for contributors, please submit * [Stabilize `mem::take`](https://github.com/rust-lang/rust/pull/64716) * [Implement (`HashMap`) `Entry::insert`](https://github.com/rust-lang/rust/pull/64656) * [improve performance of signed `saturating_mul`](https://github.com/rust-lang/rust/pull/65312) -* [dist: minimize the `rust-std` component](https://github.com/rust-lang/rust/pull/64823) ## Approved RFCs