mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-03 02:23:20 +00:00
7 lines
101 B
Rust
7 lines
101 B
Rust
|
// rustfmt-spaces_around_ranges: false
|
||
|
// Spaces around ranges
|
||
|
|
||
|
fn main() {
|
||
|
let lorem = 0..10;
|
||
|
}
|