chore: fix clippy lints

This commit is contained in:
ThetaDev 2023-08-30 22:05:18 +02:00
parent 4780096b00
commit ac25490435
15 changed files with 70 additions and 73 deletions

View file

@ -594,7 +594,7 @@ mod tests {
assert!(matches!(
err,
crate::error::ExtractionError::NotFound { .. }
))
));
}
#[rstest]