We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d79b8 commit 1dbc8ddCopy full SHA for 1dbc8dd
book/src/development/method_checking.md
@@ -38,7 +38,7 @@ impl<'tcx> LateLintPass<'tcx> for OurFancyMethodLint {
38
39
Take a closer look at the `ExprKind` enum variant [`MethodCall`] for more
40
information on the pattern matching. As mentioned in [Define
41
-Lints](define_lints.md#lint-types), the `methods` lint type is full of pattern
+Lints](defining_lints.md#lint-types), the `methods` lint type is full of pattern
42
matching with `MethodCall` in case the reader wishes to explore more.
43
44
Additionally, we use the [`clippy_utils::sym!`][sym] macro to conveniently
0 commit comments