Skip to content

Commit 1dbc8dd

Browse files
committed
Fix define_lints->defining_lints typo in link
1 parent e8d79b8 commit 1dbc8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/development/method_checking.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ impl<'tcx> LateLintPass<'tcx> for OurFancyMethodLint {
3838

3939
Take a closer look at the `ExprKind` enum variant [`MethodCall`] for more
4040
information on the pattern matching. As mentioned in [Define
41-
Lints](define_lints.md#lint-types), the `methods` lint type is full of pattern
41+
Lints](defining_lints.md#lint-types), the `methods` lint type is full of pattern
4242
matching with `MethodCall` in case the reader wishes to explore more.
4343

4444
Additionally, we use the [`clippy_utils::sym!`][sym] macro to conveniently

0 commit comments

Comments
 (0)