mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-19 03:03:21 +00:00
7 lines
102 B
Rust
7 lines
102 B
Rust
// rustfmt-spaces_around_ranges: true
|
|
// Spaces around ranges
|
|
|
|
fn main() {
|
|
let lorem = 0 .. 10;
|
|
}
|