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.
2 parents dfd41ad + 8b5447c commit 4632375Copy full SHA for 4632375
clippy_lints/src/needless_borrows_for_generic_args.rs
@@ -23,7 +23,7 @@ use std::collections::VecDeque;
23
24
declare_clippy_lint! {
25
/// ### What it does
26
- /// Checks for borrow operations (`&`) that used as a generic argument to a
+ /// Checks for borrow operations (`&`) that are used as a generic argument to a
27
/// function when the borrowed value could be used.
28
///
29
/// ### Why is this bad?
0 commit comments