mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 15:11:30 +00:00
Update clippy_lints/src/methods/mod.rs
Co-Authored-By: Philipp Krones <hello@philkrones.com>
This commit is contained in:
parent
8d3cc6b8a9
commit
1018b78f41
1 changed files with 1 additions and 1 deletions
|
@ -3278,7 +3278,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 {
|
||||
|
|
Loading…
Reference in a new issue