Skip to content

Commit 1018b78

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

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

0 commit comments

Comments
 (0)