Skip to content

Commit

Permalink
Update clippy_lints/src/methods/mod.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Philipp Krones <[email protected]>
  • Loading branch information
xiongmao86 and flip1995 authored Jan 8, 2020
1 parent f5eef61 commit c384f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/methods/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3223,7 +3223,7 @@ fn lint_filetype_is_file(cx: &LateContext<'_, '_>, expr: &hir::Expr<'_>, args: &
if op == hir::UnNot;
then {
lint_unary = "!";
verb = "denys";
verb = "denies";
help_unary = "";
span = parent;
} else {
Expand Down

0 comments on commit c384f3c

Please sign in to comment.