chore: add float_cmp_const clippy correctness lint (#943)

This commit is contained in:
Alex Yusiuk
2025-08-27 05:03:32 -04:00
committed by GitHub
parent 76e4ac230a
commit 998ef87f96
+1
View File
@@ -100,6 +100,7 @@ cast_sign_loss = "warn"
filetype_is_file = "warn"
float_cmp = "warn"
lossy_float_literal = "warn"
float_cmp_const = "warn"
as_underscore = "warn"
# TODO: unwrap_used = "warn" # Lets either handle `None`, `Err` or use `expect` to give a reason.
large_stack_frames = "warn"