We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fffef0f commit bb63b59Copy full SHA for bb63b59
src/tools/clippy/book/src/development/lint_passes.md
@@ -50,7 +50,7 @@ questions already, but the parser is okay with it. This is what we
50
mean when we say `EarlyLintPass` deals with only syntax on the AST level.
51
52
Alternatively, think of the `foo_functions` lint we mentioned in
53
-[define new lints](define_lints.md#name-the-lint) chapter.
+define new lints chapter.
54
55
We want the `foo_functions` lint to detect functions with `foo` as their name.
56
Writing a lint that only checks for the name of a function means that we only
0 commit comments