Skip to content

Commit 7a0ac4c

Browse files
committed
Auto merge of #4370 - vallentin:master, r=flip1995
Fixed repeated word changelog: none
2 parents 72da101 + b7460ad commit 7a0ac4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/write.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ declare_clippy_lint! {
7373
/// lint is to catch debugging remnants.
7474
///
7575
/// **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.
76+
/// debugging Rust code. It should not be used in user-facing output.
7777
///
7878
/// **Example:**
7979
/// ```rust

0 commit comments

Comments
 (0)