Fixed repeated word
This commit is contained in:
parent
72da1015d6
commit
b7460ad70b
@ -73,7 +73,7 @@ declare_clippy_lint! {
|
||||
/// lint is to catch debugging remnants.
|
||||
///
|
||||
/// **Why is this bad?** The purpose of the `Debug` trait is to facilitate
|
||||
/// 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.
|
||||
///
|
||||
/// **Example:**
|
||||
/// ```rust
|
||||
|
Loading…
x
Reference in New Issue
Block a user