summaryrefslogtreecommitdiff
path: root/src/tools/clippy/book/src/development/lint_passes.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clippy/book/src/development/lint_passes.md')
-rw-r--r--src/tools/clippy/book/src/development/lint_passes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/clippy/book/src/development/lint_passes.md b/src/tools/clippy/book/src/development/lint_passes.md
index 131f6455fde..621fc20972e 100644
--- a/src/tools/clippy/book/src/development/lint_passes.md
+++ b/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
mean when we say `EarlyLintPass` deals with only syntax on the AST level.
Alternatively, think of the `foo_functions` lint we mentioned in
-define new lints chapter.
+define new lints <!-- FIXME: add link --> chapter.
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