Skip to content

Commit

Permalink
Auto merge of #12665 - cowlicks:patch-1, r=Alexendoo
Browse files Browse the repository at this point in the history
Fix typo in needless_borrows_for_generic_args.rs

fix small typo

changelog: none
  • Loading branch information
bors committed Apr 11, 2024
2 parents dfd41ad + 8b5447c commit 4632375
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 4632375

Please sign in to comment.