clippy: adhere to pedantic clippy, uniform test error handling

This commit is contained in:
Per Stark
2026-05-26 11:43:45 +02:00
parent 6a5d631287
commit 000852c94c
68 changed files with 2468 additions and 2547 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ impl ApiState {
surreal_db_client.apply_migrations().await?;
let app_state = Self {
db: surreal_db_client.clone(),
db: Arc::clone(&surreal_db_client),
config: config.clone(),
storage,
};