rust/tests/source/space-not-before-newline.rs
2017-03-28 16:32:12 +02:00

8 lines
124 B
Rust

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