Skip to content

Commit

Permalink
Really fix issue number in map_clone test
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wright committed Jan 15, 2019
1 parent f53f12b commit 89de4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/map_clone.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}

0 comments on commit 89de4c9

Please sign in to comment.