We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72da101 + b7460ad commit 7a0ac4cCopy full SHA for 7a0ac4c
clippy_lints/src/write.rs
@@ -73,7 +73,7 @@ declare_clippy_lint! {
73
/// lint is to catch debugging remnants.
74
///
75
/// **Why is this bad?** The purpose of the `Debug` trait is to facilitate
76
- /// debugging Rust code. It should not be used in in user-facing output.
+ /// debugging Rust code. It should not be used in user-facing output.
77
78
/// **Example:**
79
/// ```rust
0 commit comments