mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 17:07:17 +00:00
question_mark: Fix applicability
This commit is contained in:
parent
d2e5a8ccf5
commit
05d07155b7
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ impl Pass {
|
|||
expr.span,
|
||||
"replace_it_with",
|
||||
format!("{}?;", receiver_str),
|
||||
Applicability::MachineApplicable, // snippet
|
||||
Applicability::MaybeIncorrect, // snippet
|
||||
);
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue