From 47f1639eb5671bb23d631f30be1d6ebe19f6985e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Wed, 17 Apr 2019 18:02:49 +0200 Subject: TWIR 2019.04.16: add line about clippy changes to map_clone lint --- content/2019-04-16-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) (limited to 'content') diff --git a/content/2019-04-16-this-week-in-rust.md b/content/2019-04-16-this-week-in-rust.md index ee90668..94b1675 100644 --- a/content/2019-04-16-this-week-in-rust.md +++ b/content/2019-04-16-this-week-in-rust.md @@ -84,6 +84,7 @@ If you are a Rust project owner and are looking for contributors, please submit * [rustup.rs: Less copying during dist installation](https://github.com/rust-lang/rustup.rs/pull/1744) * [rustup.rs: Shell completions for Cargo](https://github.com/rust-lang/rustup.rs/pull/1646) * [Add --path option to 'rustup override set'](https://github.com/rust-lang/rustup.rs/pull/1524) +* [clippy: suggest .copied() instead of .cloned() in map_clone lint](https://github.com/rust-lang/rust-clippy/pull/3970) ## Approved RFCs -- cgit v1.2.3