mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
only_used_in_recursion
This commit is contained in:
parent
bef355168a
commit
0df30499d0
3 changed files with 6 additions and 8 deletions
|
@ -310,6 +310,7 @@ impl<'db, 'sema> Matcher<'db, 'sema> {
|
|||
Ok(())
|
||||
}
|
||||
|
||||
#[allow(clippy::only_used_in_recursion)]
|
||||
fn check_constraint(
|
||||
&self,
|
||||
constraint: &Constraint,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue