only_used_in_recursion

This commit is contained in:
Johann Hemmann 2024-01-19 15:58:27 +01:00
parent bef355168a
commit 0df30499d0
3 changed files with 6 additions and 8 deletions

View file

@ -310,6 +310,7 @@ impl<'db, 'sema> Matcher<'db, 'sema> {
Ok(())
}
#[allow(clippy::only_used_in_recursion)]
fn check_constraint(
&self,
constraint: &Constraint,