Fixed repeated word

This commit is contained in:
Vallentin 2019-08-11 12:56:30 +02:00
parent 72da1015d6
commit b7460ad70b

View File

@ -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