Skip to content

Commit a629bb9

Browse files
committed
cargo dev fmt
1 parent 2219f3c commit a629bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/default_instead_of_iter_empty.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use std::collections::HashMap;
55

66
#[derive(Default)]
77
struct Iter {
8-
iter: std::iter::Empty::<usize>
8+
iter: std::iter::Empty<usize>,
99
}
1010

1111
fn main() {

0 commit comments

Comments
 (0)