aboutsummaryrefslogtreecommitdiff
path: root/src/util/background
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-07-15 18:31:19 +0200
committerAlex Auvolat <alex@adnab.me>2022-07-15 18:31:19 +0200
commitac03fa7937d9da29d2358343a499fe9d15ac5f7c (patch)
tree192cae10cca09569ed5a3c897467158c193d6ccf /src/util/background
parent4f38cadf6e2963a652ed28327d1c2ccfa2ebb2b7 (diff)
downloadgarage-ac03fa7937d9da29d2358343a499fe9d15ac5f7c.tar.gz
garage-ac03fa7937d9da29d2358343a499fe9d15ac5f7c.zip
Uniformize tracing::* imports (hopefully fixes 32-bit build)fix-32bit-build
Diffstat (limited to 'src/util/background')
-rw-r--r--src/util/background/worker.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/background/worker.rs b/src/util/background/worker.rs
index 7f573a07..f5e3addb 100644
--- a/src/util/background/worker.rs
+++ b/src/util/background/worker.rs
@@ -9,7 +9,6 @@ use futures::StreamExt;
use serde::{Deserialize, Serialize};
use tokio::select;
use tokio::sync::{mpsc, watch};
-use tracing::*;
use crate::background::WorkerInfo;
use crate::error::Error;