chore: add filetype_is_file clippy correctness lint (#933)

This commit is contained in:
Alex Yusiuk
2025-08-26 07:57:08 -04:00
committed by GitHub
parent b0c145d0d9
commit 8fe288400d
+1
View File
@@ -97,6 +97,7 @@ cast_lossless = "warn"
cast_possible_truncation = "warn"
cast_possible_wrap = "warn"
cast_sign_loss = "warn"
filetype_is_file = "warn"
float_cmp = "warn"
lossy_float_literal = "warn"
as_underscore = "warn"