We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2219f3c commit a629bb9Copy full SHA for a629bb9
tests/ui/default_instead_of_iter_empty.rs
@@ -5,7 +5,7 @@ use std::collections::HashMap;
5
6
#[derive(Default)]
7
struct Iter {
8
- iter: std::iter::Empty::<usize>
+ iter: std::iter::Empty<usize>,
9
}
10
11
fn main() {
0 commit comments