Auto merge of #3777 - timotree3:patch-1, r=Manishearth

Fix typo in documentation for float_cmp_const lint
This commit is contained in:
bors 2019-02-18 11:40:29 +00:00
commit 1620e92dd6

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! {