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: clippy_lints/src/anon_trait_import.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ declare_clippy_lint! {
13
13
/// Checks for `use Trait` where the Trait is not used directly.
14
14
///
15
15
/// ### Why is this bad?
16
-
/// Traits imported that aren't used directly can be imported anonymously `use Trait as _`. It is more explicit and can be usedful to show which imports are required for traits.
16
+
/// Traits imported that aren't used directly can be imported anonymously `use Trait as _`. It is more explicit and can be useful to show which imports are required for traits.
0 commit comments