We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d1e9ab + fd0ea64 commit 1ee99d9Copy full SHA for 1ee99d9
doc/common_tools_writing_lints.md
@@ -6,7 +6,7 @@ You may need following tooltips to catch up with common operations.
6
- [Retrieving the type of an expression](#retrieving-the-type-of-an-expression)
7
- [Checking if an expression is calling a specific method](#checking-if-an-expr-is-calling-a-specific-method)
8
- [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)
+ - [Checking if a type defines a specific method](#checking-if-a-type-defines-a-specific-method)
10
- [Dealing with macros](#dealing-with-macros)
11
12
Useful Rustc dev guide links:
0 commit comments