Skip to content

Commit 8fe2884

Browse files
chore: add filetype_is_file clippy correctness lint (#933)
1 parent b0c145d commit 8fe2884

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ cast_lossless = "warn"
9797
cast_possible_truncation = "warn"
9898
cast_possible_wrap = "warn"
9999
cast_sign_loss = "warn"
100+
filetype_is_file = "warn"
100101
float_cmp = "warn"
101102
lossy_float_literal = "warn"
102103
as_underscore = "warn"

0 commit comments

Comments
 (0)