diff options
| author | Philipp Krones <hello@philkrones.com> | 2023-04-24 09:47:54 +0200 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2023-04-24 09:47:54 +0200 |
| commit | bb63b5908c1ada8198d50870152e0068e4b2099c (patch) | |
| tree | f370d69fcb488450c1aeaba2f20b518d8c90bf1a | |
| parent | fffef0f1d17a714cacba94f9deace9e9dfc21131 (diff) | |
| download | rust-bb63b5908c1ada8198d50870152e0068e4b2099c.tar.gz rust-bb63b5908c1ada8198d50870152e0068e4b2099c.zip | |
Clippy book: hotfix for broken link
| -rw-r--r-- | src/tools/clippy/book/src/development/lint_passes.md | 2 |
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 c41b6ea0de8..131f6455fde 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](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. Writing a lint that only checks for the name of a function means that we only |
