rust/tests/ui/unnecessary_semicolon.stderr
2025-01-28 19:33:54 +01:00

17 lines
435 B
Text

error: unnecessary semicolon
--> tests/ui/unnecessary_semicolon.rs:24:6
|
LL | };
| ^ help: remove
|
= note: `-D clippy::unnecessary-semicolon` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::unnecessary_semicolon)]`
error: unnecessary semicolon
--> tests/ui/unnecessary_semicolon.rs:30:6
|
LL | };
| ^ help: remove
error: aborting due to 2 previous errors