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