Skip to content

Commit

Permalink
Fix typo in documentation for float_cmp_const lint
Browse files Browse the repository at this point in the history
  • Loading branch information
timotree3 authored Feb 18, 2019
1 parent a71acac commit 508b41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/misc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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! {
Expand Down

0 comments on commit 508b41e

Please sign in to comment.