Bump rust edition & reformat
This commit is contained in:
parent
13d5b35d1a
commit
f4a87d073a
15 changed files with 44 additions and 45 deletions
|
|
@ -6,7 +6,7 @@ mod server;
|
|||
mod utils;
|
||||
|
||||
use anyhow::{Context as _, Result};
|
||||
use errors::{init_error, SyncServerError};
|
||||
use errors::{SyncServerError, init_error};
|
||||
use log::info;
|
||||
use server::create_server;
|
||||
use tracing_subscriber::{layer::SubscriberExt, util::SubscriberInitExt};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue