]> git.lizzy.rs Git - rust.git/blob - tests/source/configs-spaces_around_ranges-false.rs
Update tests
[rust.git] / tests / source / configs-spaces_around_ranges-false.rs
1 // rustfmt-spaces_around_ranges: false
2 // Spaces around ranges
3
4 fn main() {
5     let lorem = 0..10;
6 }