Skip to content

Commit b7460ad

Browse files
committed
Fixed repeated word
1 parent 72da101 commit b7460ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/write.rs

Lines changed: 1 addition & 1 deletion
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)