rust/tests/target/configs-spaces_around_ranges-false.rs

7 lines
101 B
Rust
Raw Normal View History

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