We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584f95f commit 5a6b00cCopy full SHA for 5a6b00c
clippy_lints/src/redundant_clone.rs
@@ -33,7 +33,7 @@ macro_rules! unwrap_or_continue {
33
}
34
35
declare_clippy_lint! {
36
- /// **What it does:** Checks for a redudant `clone()` (and its relatives) which clones an owned
+ /// **What it does:** Checks for a redundant `clone()` (and its relatives) which clones an owned
37
/// value that is going to be dropped without further use.
38
///
39
/// **Why is this bad?** It is not always possible for the compiler to eliminate useless
0 commit comments