• fmt-iter 0.2.1/test.rs
    29
    fn iter() {
    30
        #[allow(clippy::infinite_iter)] // false negative in rust-analyzer
    31
        let actual: Vec<_> = repeat('x', 5).collect();