Skip to content

Commit 5799d00

Browse files
committed
Fix lint name formatting
1 parent 7d8419f commit 5799d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/development/emitting_lints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ method based on what we need for the lint at hand.
3434

3535
### Implement Trait Method
3636

37-
Assume that we have added and defined a `BarExpressions` lint, we could write
37+
Assume that we have added and defined a `bar_expressions` lint, we could write
3838
down a skeleton for this lint as the following:
3939

4040
```rust

0 commit comments

Comments
 (0)