rust/tests/source/space-not-before-newline.rs
2018-03-02 15:07:13 +13:00

8 lines
124 B
Rust

struct Foo {
a: (),
// spaces ^^^ to be removed
}
enum Foo {
Bar,
// spaces ^^^ to be removed
}