mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 14:38:46 +00:00
Auto merge of #4370 - vallentin:master, r=flip1995
Fixed repeated word changelog: none
This commit is contained in:
commit
7a0ac4c25d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue