blob: 02e4432fd9e56f641ec31c0dfb1e2202a2666758 [file]
error[E0433]: cannot find module `clippy` in this scope
--> $DIR/tool-import.rs:3:5
|
LL | use clippy::time::Instant;
| ^^^^^^ `clippy` is a tool module, not a module
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0433`.