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 6291b91 commit aa667f4Copy full SHA for aa667f4
book/src/development/trait_checking.md
@@ -17,7 +17,7 @@ providing the `LateContext` (`cx`), our expression at hand, and
17
the symbol of the trait in question:
18
19
```rust
20
-use clippy_utils::implements_trait;
+use clippy_utils::ty::implements_trait;
21
use rustc_hir::Expr;
22
use rustc_lint::{LateContext, LateLintPass};
23
use rustc_span::symbol::sym;
0 commit comments