Improve clippy_lints/src/loops/mod.rs doc

Co-authored-by: llogiq <bogusandre@gmail.com>
This commit is contained in:
Yusuf Raji 2024-05-11 17:06:12 +02:00 committed by GitHub
parent c9ea0ae502
commit cb3fcbbcfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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