clippy
This commit is contained in:
committed by
mergify[bot]
parent
01262cda3f
commit
eefcf484cb
@ -58,10 +58,7 @@ impl<'a> Proof<'a> {
|
||||
None
|
||||
}
|
||||
});
|
||||
match result {
|
||||
Some(_) => true,
|
||||
_ => false,
|
||||
}
|
||||
matches!(result, Some(_))
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user