Skip to content

Commit 8b5447c

Browse files
authored
Fix typo in needless_borrows_for_generic_args.rs
1 parent 62fd1d5 commit 8b5447c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/needless_borrows_for_generic_args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use std::collections::VecDeque;
2323

2424
declare_clippy_lint! {
2525
/// ### What it does
26-
/// Checks for borrow operations (`&`) that used as a generic argument to a
26+
/// Checks for borrow operations (`&`) that are used as a generic argument to a
2727
/// function when the borrowed value could be used.
2828
///
2929
/// ### Why is this bad?

0 commit comments

Comments
 (0)