Fix typo in documentation for float_cmp_const lint

This commit is contained in:
Timo 2019-02-17 21:06:29 -05:00 committed by GitHub
parent a71acac1da
commit 508b41ecef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -215,7 +215,7 @@ declare_clippy_lint! {
///
/// **Example:**
/// ```rust
/// const ONE == 1.00f64
/// const ONE = 1.00f64
/// x == ONE // where both are floats
/// ```
declare_clippy_lint! {