Fix some clippy issues

This commit is contained in:
Tobias Reisinger 2024-04-25 01:41:53 +02:00
parent 8a83602d6a
commit b2e9c6b27a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 4 additions and 13 deletions
emgauwa-core/src

View file

@ -43,7 +43,7 @@ async fn main() -> Result<(), std::io::Error> {
});
let app_state_pool = pool.clone();
let app_state = Actor::start_in_arbiter(&app_state_arbiter.handle(), move |_| {
AppState::new(app_state_pool.clone())
AppState::new(app_state_pool)
});
log::info!(