trpl: item macros must be followed by a semicolon

This commit is contained in:
Oliver Schneider 2015-05-11 16:46:24 +02:00
parent 8004fc9fe0
commit 7dd7bea3ac

View File

@ -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;