Fix formatting

This commit is contained in:
Philipp Krones 2020-11-28 22:40:46 +01:00 committed by GitHub
parent 22e7775aa7
commit 84cdb0a939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -460,7 +460,7 @@
/// **Why is this bad?** Readability and needless complexity.
///
/// **Known problems:** This lint falsely triggers, if there are arms with
/// `cfg` attributes that remove an arm evaluating to `false`.
/// `cfg` attributes that remove an arm evaluating to `false`.
///
/// **Example:**
/// ```rust