Also 'cargo clippy --fix', as current clippy warns on more things.
This commit is contained in:
@@ -76,7 +76,7 @@ async fn main() {
|
||||
env_logger::init_from_env(lenv);
|
||||
|
||||
if let Err(err) = run().await {
|
||||
error!("{:#}", err);
|
||||
error!("{err:#}");
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user