Fix define_lints->defining_lints typo in link
This commit is contained in:
parent
e8d79b8645
commit
1dbc8dd0cf
@ -38,7 +38,7 @@ impl<'tcx> LateLintPass<'tcx> for OurFancyMethodLint {
|
||||
|
||||
Take a closer look at the `ExprKind` enum variant [`MethodCall`] for more
|
||||
information on the pattern matching. As mentioned in [Define
|
||||
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
|
||||
matching with `MethodCall` in case the reader wishes to explore more.
|
||||
|
||||
Additionally, we use the [`clippy_utils::sym!`][sym] macro to conveniently
|
||||
|
Loading…
Reference in New Issue
Block a user