update and clippy

This commit is contained in:
2023-08-29 21:34:01 +02:00
parent 479d8f1a6a
commit fda4118f6b
6 changed files with 101 additions and 111 deletions

View File

@@ -111,7 +111,7 @@ pub struct QueryClassification {
}
pub fn sqlx_query(
classification: QueryClassification,
classification: &QueryClassification,
query: &str,
labels: &[(&'static str, String)],
) {