mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-10 14:57:14 +00:00
parent
bcf0805614
commit
5c7349d430
@ -19,10 +19,7 @@ declare_clippy_lint! {
|
|||||||
/// actually more precise, please [file a Rust
|
/// actually more precise, please [file a Rust
|
||||||
/// issue](https://github.com/rust-lang/rust/issues).
|
/// issue](https://github.com/rust-lang/rust/issues).
|
||||||
///
|
///
|
||||||
/// **Known problems:** If you happen to have a value that is within 1/8192 of a
|
/// **Known problems:** None.
|
||||||
/// known constant, but is not *and should not* be the same, this lint will
|
|
||||||
/// report your value anyway. We have not yet noticed any false positives in
|
|
||||||
/// code we tested clippy with (this includes servo), but YMMV.
|
|
||||||
///
|
///
|
||||||
/// **Example:**
|
/// **Example:**
|
||||||
/// ```rust
|
/// ```rust
|
||||||
|
Loading…
Reference in New Issue
Block a user