rust/tests/source/space-not-before-newline.rs

9 lines
124 B
Rust
Raw Normal View History

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