Rollup merge of #25304 - oli-obk:patch-2, r=steveklabnik
This commit is contained in:
commit
f3849431a9
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
Reference in a new issue