We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72da101 commit b7460adCopy full SHA for b7460ad
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