Skip to content

Commit 7dd7bea

Browse files
author
Oliver Schneider
committed
trpl: item macros must be followed by a semicolon
1 parent 8004fc9 commit 7dd7bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/compiler-plugins.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ for a full example, the core of which is reproduced here:
176176

177177
```ignore
178178
declare_lint!(TEST_LINT, Warn,
179-
"Warn about items named 'lintme'")
179+
"Warn about items named 'lintme'");
180180
181181
struct Pass;
182182

0 commit comments

Comments
 (0)