Clippy book: hotfix for broken link
This commit is contained in:
parent
fffef0f1d1
commit
bb63b5908c
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ questions already, but the parser is okay with it. This is what we
|
||||||
mean when we say `EarlyLintPass` deals with only syntax on the AST level.
|
mean when we say `EarlyLintPass` deals with only syntax on the AST level.
|
||||||
|
|
||||||
Alternatively, think of the `foo_functions` lint we mentioned in
|
Alternatively, think of the `foo_functions` lint we mentioned in
|
||||||
[define new lints](define_lints.md#name-the-lint) chapter.
|
define new lints chapter.
|
||||||
|
|
||||||
We want the `foo_functions` lint to detect functions with `foo` as their name.
|
We want the `foo_functions` lint to detect functions with `foo` as their name.
|
||||||
Writing a lint that only checks for the name of a function means that we only
|
Writing a lint that only checks for the name of a function means that we only
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue