We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ea0ae commit cb3fcbbCopy full SHA for cb3fcbb
clippy_lints/src/loops/mod.rs
@@ -427,7 +427,7 @@ declare_clippy_lint! {
427
///
428
/// ### Known problems
429
/// The lint will catch all while loops comparing floating point
430
- /// values no matter whether it's a threshold or something.
+ /// values without regarding the increment.
431
432
/// ### Example
433
/// ```no_run
0 commit comments