Skip to content

Commit f3a50b7

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

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
@@ -3274,7 +3274,7 @@ fn lint_filetype_is_file(cx: &LateContext<'_, '_>, expr: &hir::Expr<'_>, args: &
32743274
if op == hir::UnNot;
32753275
then {
32763276
lint_unary = "!";
3277-
verb = "denys";
3277+
verb = "denies";
32783278
help_unary = "";
32793279
span = parent;
32803280
} else {

0 commit comments

Comments
 (0)