mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
Really fix issue number in map_clone
test
This commit is contained in:
parent
f53f12b0c3
commit
89de4c9766
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ fn main() {
|
|||
let _ = v.iter().map(|_x| a.clone());
|
||||
let _ = v.iter().map(|&_x| a);
|
||||
|
||||
// Issue #496
|
||||
// Issue #498
|
||||
let _ = std::env::args().map(|v| v.clone());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue