Skip to content

Commit 6b4d42b

Browse files
Fix typo
1 parent a3cd2c7 commit 6b4d42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/anon_trait_import.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ declare_clippy_lint! {
1313
/// Checks for `use Trait` where the Trait is not used directly.
1414
///
1515
/// ### 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.
1717
///
1818
/// ### Example
1919
/// ```no_run

0 commit comments

Comments
 (0)