TWIR 2019.04.16: add line about clippy changes to map_clone lint

This commit is contained in:
Matthias Krüger 2019-04-17 18:02:49 +02:00
parent 95c68d8ffe
commit 47f1639eb5
1 changed files with 1 additions and 0 deletions

View File

@ -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