Fix typo in needless_borrows_for_generic_args.rs
This commit is contained in:
parent
62fd1d5377
commit
8b5447c622
@ -23,7 +23,7 @@ use std::collections::VecDeque;
|
||||
|
||||
declare_clippy_lint! {
|
||||
/// ### What it does
|
||||
/// 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
|
||||
/// function when the borrowed value could be used.
|
||||
///
|
||||
/// ### Why is this bad?
|
||||
|
Loading…
x
Reference in New Issue
Block a user