Skip to content

Commit 46af9c8

Browse files
committed
Auto merge of #4027 - kraai:remove-approx_constant-known-problems, r=phansch
Remove approx_constant known problems Fixes #4025. changelog: Remove `approx_constant`'s documentation's "Known problems" section.
2 parents 111cf2a + 5c7349d commit 46af9c8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

clippy_lints/src/approx_const.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ declare_clippy_lint! {
1919
/// actually more precise, please [file a Rust
2020
/// issue](https://github.com/rust-lang/rust/issues).
2121
///
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.
22+
/// **Known problems:** None.
2623
///
2724
/// **Example:**
2825
/// ```rust

0 commit comments

Comments
 (0)