We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65694cc commit 837d675Copy full SHA for 837d675
clippy_lints/src/utils/mod.rs
@@ -303,7 +303,7 @@ pub fn implements_trait<'a, 'tcx>(
303
304
/// Get the `hir::TraitRef` of the trait the given method is implemented for
305
///
306
-/// Use this if you want to find the `TraitRef` of the `Point` trait in this example:
+/// Use this if you want to find the `TraitRef` of the `Add` trait in this example:
307
308
/// ```rust
309
/// struct Point(isize, isize);
0 commit comments