6 lines
66 B
Rust
6 lines
66 B
Rust
|
// rustfmt-remove_nested_parens: true
|
||
|
|
||
|
fn main() {
|
||
|
(foo());
|
||
|
}
|