]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/doc/common_tools_writing_lints.md
New upstream version 1.55.0+dfsg1
[rustc.git] / src / tools / clippy / doc / common_tools_writing_lints.md
index abac1227b4ff389cee02b348ddf01ad9a5346b78..0a85f65001101c4fa5a172ac462b73d781e5e125 100644 (file)
@@ -6,7 +6,7 @@ You may need following tooltips to catch up with common operations.
   - [Retrieving the type of an expression](#retrieving-the-type-of-an-expression)
   - [Checking if an expression is calling a specific method](#checking-if-an-expr-is-calling-a-specific-method)
   - [Checking if a type implements a specific trait](#checking-if-a-type-implements-a-specific-trait)
-  - [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)
   - [Dealing with macros](#dealing-with-macros)
 
 Useful Rustc dev guide links: