Skip to content

Commit c384f3c

Browse files
xiongmao86flip1995
andauthored
Update clippy_lints/src/methods/mod.rs
Co-Authored-By: Philipp Krones <[email protected]>
1 parent f5eef61 commit c384f3c

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/methods

1 file changed

+1
-1
lines changed

clippy_lints/src/methods/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3223,7 +3223,7 @@ fn lint_filetype_is_file(cx: &LateContext<'_, '_>, expr: &hir::Expr<'_>, args: &
32233223
if op == hir::UnNot;
32243224
then {
32253225
lint_unary = "!";
3226-
verb = "denys";
3226+
verb = "denies";
32273227
help_unary = "";
32283228
span = parent;
32293229
} else {

0 commit comments

Comments
 (0)