Skip to content

Commit 1ee99d9

Browse files
committed
Auto merge of rust-lang#7355 - Pyther99:common-tools-link, r=camsteffen
Fix link in docs The [docs](https://github.com/rust-lang/rust-clippy/blob/master/doc/common_tools_writing_lints.md) had an incorrect link for "Checking if a type defines a specific method". changelog: none
2 parents 2d1e9ab + fd0ea64 commit 1ee99d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/common_tools_writing_lints.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You may need following tooltips to catch up with common operations.
66
- [Retrieving the type of an expression](#retrieving-the-type-of-an-expression)
77
- [Checking if an expression is calling a specific method](#checking-if-an-expr-is-calling-a-specific-method)
88
- [Checking if a type implements a specific trait](#checking-if-a-type-implements-a-specific-trait)
9-
- [Checking if a type defines a method](#checking-if-a-type-defines-a-method)
9+
- [Checking if a type defines a specific method](#checking-if-a-type-defines-a-specific-method)
1010
- [Dealing with macros](#dealing-with-macros)
1111

1212
Useful Rustc dev guide links:

0 commit comments

Comments
 (0)