// rustfmt-spaces_around_ranges: true // Spaces around ranges fn main() { let lorem = 0..10; }