Remove unused import
This commit is contained in:
parent
d1c5d5203b
commit
1bb6c86f5d
|
@ -26,7 +26,6 @@ use std::io::Write;
|
|||
use std::net::SocketAddr;
|
||||
use std::os::unix::fs::PermissionsExt;
|
||||
use std::path::{Path, PathBuf};
|
||||
use std::process::exit;
|
||||
use std::sync::Arc;
|
||||
|
||||
use ::attic::nix_store::NixStore;
|
||||
|
@ -417,7 +416,8 @@ async fn main_cli() -> Result<()> {
|
|||
.with_graceful_shutdown(async move {
|
||||
shutdown_receiver.await.ok();
|
||||
tracing::info!("Shutting down");
|
||||
})?;
|
||||
})
|
||||
.await;
|
||||
|
||||
// Notify diagnostics endpoint
|
||||
if let Some(diagnostic_endpoint) = diagnostic_endpoint {
|
||||
|
|
Loading…
Reference in a new issue