mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
trpl: item macros must be followed by a semicolon
This commit is contained in:
parent
8004fc9fe0
commit
7dd7bea3ac
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user