rust/tests/source/configs-spaces_around_ranges-true.rs
2017-05-01 15:58:04 +02:00

6 lines
100 B
Rust

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