Skip to content

Commit f384943

Browse files
committed
Rollup merge of #25304 - oli-obk:patch-2, r=steveklabnik
2 parents 7f79f14 + 7dd7bea commit f384943

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)