mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
chore: add float_cmp_const clippy correctness lint (#943)
This commit is contained in:
@@ -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" # Let’s either handle `None`, `Err` or use `expect` to give a reason.
|
||||
large_stack_frames = "warn"
|
||||
|
||||
Reference in New Issue
Block a user