summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2019-04-17 18:02:49 +0200
committerMatthias Krüger <matthias.krueger@famsik.de>2019-04-17 18:02:49 +0200
commit47f1639eb5671bb23d631f30be1d6ebe19f6985e (patch)
tree54c4399685eeeef3bc9574a675b99875159af403 /content
parent95c68d8ffe6fe1b47416ddf251b494a940fff278 (diff)
TWIR 2019.04.16: add line about clippy changes to map_clone lint
Diffstat (limited to 'content')
-rw-r--r--content/2019-04-16-this-week-in-rust.md1
1 files changed, 1 insertions, 0 deletions
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