Skip to content

Commit 837d675

Browse files
flip1995phansch
andauthored
Update clippy_lints/src/utils/mod.rs
Co-Authored-By: phansch <dev@phansch.net>
1 parent 65694cc commit 837d675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/utils/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ pub fn implements_trait<'a, 'tcx>(
303303

304304
/// Get the `hir::TraitRef` of the trait the given method is implemented for
305305
///
306-
/// Use this if you want to find the `TraitRef` of the `Point` trait in this example:
306+
/// Use this if you want to find the `TraitRef` of the `Add` trait in this example:
307307
///
308308
/// ```rust
309309
/// struct Point(isize, isize);

0 commit comments

Comments
 (0)