mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
Improve clippy_lints/src/loops/mod.rs doc
Co-authored-by: llogiq <bogusandre@gmail.com>
This commit is contained in:
parent
c9ea0ae502
commit
cb3fcbbcfe
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ declare_clippy_lint! {
|
|||
///
|
||||
/// ### Known problems
|
||||
/// The lint will catch all while loops comparing floating point
|
||||
/// values no matter whether it's a threshold or something.
|
||||
/// values without regarding the increment.
|
||||
///
|
||||
/// ### Example
|
||||
/// ```no_run
|
||||
|
|
Loading…
Reference in a new issue