trpl: item macros must be followed by a semicolon
This commit is contained in:
parent
8004fc9fe0
commit
7dd7bea3ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue