mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
trpl: item macros must be followed by a semicolon
This commit is contained in:
@@ -176,7 +176,7 @@ for a full example, the core of which is reproduced here:
|
||||
|
||||
```ignore
|
||||
declare_lint!(TEST_LINT, Warn,
|
||||
"Warn about items named 'lintme'")
|
||||
"Warn about items named 'lintme'");
|
||||
|
||||
struct Pass;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user