Fix some clippy issues
This commit is contained in:
parent
8a83602d6a
commit
b2e9c6b27a
4 changed files with 4 additions and 13 deletions
emgauwa-core/src
|
@ -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!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue