mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 13:13:34 +00:00
Format again
This commit is contained in:
parent
9185c8d996
commit
a6864297a7
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ fn iter_clone_collect() {
|
|||
let v4: VecDeque<isize> = v.iter().cloned().collect();
|
||||
|
||||
// Handle macro expansion in suggestion
|
||||
let _ : Vec<isize> = vec![1, 2, 3].iter().cloned().collect();
|
||||
let _: Vec<isize> = vec![1, 2, 3].iter().cloned().collect();
|
||||
|
||||
// Issue #3704
|
||||
unsafe {
|
||||
|
|
Loading…
Reference in a new issue