We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 111cf2a + 5c7349d commit 46af9c8Copy full SHA for 46af9c8
clippy_lints/src/approx_const.rs
@@ -19,10 +19,7 @@ declare_clippy_lint! {
19
/// actually more precise, please [file a Rust
20
/// issue](https://github.com/rust-lang/rust/issues).
21
///
22
- /// **Known problems:** If you happen to have a value that is within 1/8192 of a
23
- /// known constant, but is not *and should not* be the same, this lint will
24
- /// report your value anyway. We have not yet noticed any false positives in
25
- /// code we tested clippy with (this includes servo), but YMMV.
+ /// **Known problems:** None.
26
27
/// **Example:**
28
/// ```rust
0 commit comments