Skip to content

Commit cb3fcbb

Browse files
yusufrajillogiq
andauthored
Improve clippy_lints/src/loops/mod.rs doc
Co-authored-by: llogiq <[email protected]>
1 parent c9ea0ae commit cb3fcbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/loops/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ declare_clippy_lint! {
427427
///
428428
/// ### Known problems
429429
/// The lint will catch all while loops comparing floating point
430-
/// values no matter whether it's a threshold or something.
430+
/// values without regarding the increment.
431431
///
432432
/// ### Example
433433
/// ```no_run

0 commit comments

Comments
 (0)