You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/src/development/trait_checking.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ If neither diagnostic item nor a language item is available, we can use
76
76
[`clippy_utils::paths`][paths] with the `match_trait_method` to determine trait
77
77
implementation.
78
78
79
-
> **Note**: This approach should be avoided if possible, the best thing to do would be to make a PR to [`rust-lang/rust`][rust].
79
+
> **Note**: This approach should be avoided if possible, the best thing to do would be to make a PR to [`rust-lang/rust`][rust] adding a diagnostic item.
80
80
81
81
Below, we check if the given `expr` implements the `Iterator`'s trait method `cloned` :
0 commit comments