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

8 lines
112 B
Rust

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