Auto merge of #4370 - vallentin:master, r=flip1995

Fixed repeated word

changelog: none
This commit is contained in:
bors 2019-08-11 18:42:16 +00:00
commit 7a0ac4c25d

View File

@ -73,7 +73,7 @@
/// 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