Update ui test for the new E0530 suggestion

This commit is contained in:
Obei Sideg 2022-07-08 14:54:11 +03:00
parent c2436d54d0
commit 1b32eb34b3
5 changed files with 25 additions and 8 deletions

View file

@ -926,8 +926,7 @@ impl<'a> Resolver<'a> {
"try specify the pattern arguments",
format!("{}(..)", name),
Applicability::Unspecified,
)
.emit();
);
}
_ => (),
}