From 8fe288400d617ff24c67ec2cc47df020c9fa7229 Mon Sep 17 00:00:00 2001 From: Alex Yusiuk <55661041+RRRadicalEdward@users.noreply.github.com> Date: Tue, 26 Aug 2025 14:57:08 +0300 Subject: [PATCH] chore: add `filetype_is_file` clippy correctness lint (#933) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index bd9cd25d..d4a5460c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"