Skip to content

Commit

Permalink
Fix typo in needless_borrows_for_generic_args.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
cowlicks authored Apr 10, 2024
1 parent 62fd1d5 commit 8b5447c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/needless_borrows_for_generic_args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 8b5447c

Please sign in to comment.