Skip to content

Commit e1a3f63

Browse files
committed
Apply suggestion
1 parent 2a3f75b commit e1a3f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/development/trait_checking.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ If neither diagnostic item nor a language item is available, we can use
7676
[`clippy_utils::paths`][paths] with the `match_trait_method` to determine trait
7777
implementation.
7878

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.
8080
8181
Below, we check if the given `expr` implements the `Iterator`'s trait method `cloned` :
8282

0 commit comments

Comments
 (0)