mirror of
https://github.com/perstarkse/minne.git
synced 2026-05-28 10:29:30 +02:00
clippy: adhere to pedantic clippy, uniform test error handling
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user