From 567b6917e0da0d2653c3095f16bf3452ddce47b7 Mon Sep 17 00:00:00 2001 From: Tim Neumann Date: Mon, 11 Apr 2016 16:12:44 +0200 Subject: [PATCH] a minor documentation change is not notable rust-lang/rust/32774 is a minor documentation change and not major implementation change --- content/2016-04-11-this-week-in-rust.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/2016-04-11-this-week-in-rust.md b/content/2016-04-11-this-week-in-rust.md index 7abac0130..ffec4df22 100644 --- a/content/2016-04-11-this-week-in-rust.md +++ b/content/2016-04-11-this-week-in-rust.md @@ -72,7 +72,6 @@ If you are a Rust project owner and are looking for contributors, please submit ## Notable changes -* [Tuples auto-implement `Copy`](https://github.com/rust-lang/rust/pull/32774) * [Faster Overlap checking](https://github.com/rust-lang/rust/pull/32748) (fixed a rustc perf regression) * [Arc::downgrade no longer loops infinitely](https://github.com/rust-lang/rust/pull/32745) * [Function calls no longer need to store all returns on stack](https://github.com/rust-lang/rust/pull/32738)