Uniformize tracing::* imports (hopefully fixes 32-bit build)

This commit is contained in:
Alex Auvolat
2022-07-15 18:31:19 +02:00
parent 4f38cadf6e
commit ac03fa7937
4 changed files with 3 additions and 4 deletions
-1
View File
@@ -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;