blob: 0308cb5571af25cf8442d14c67d64be91cc95347 [file] [log] [blame]
error: found empty brackets on struct declaration
--> $DIR/empty_structs_with_brackets.rs:5:25
|
LL | pub struct MyEmptyStruct {} // should trigger lint
| ^^^
|
= note: `-D clippy::empty-structs-with-brackets` implied by `-D warnings`
= help: remove the brackets
error: found empty brackets on struct declaration
--> $DIR/empty_structs_with_brackets.rs:6:26
|
LL | struct MyEmptyTupleStruct(); // should trigger lint
| ^^^
|
= help: remove the brackets
error: aborting due to 2 previous errors