Fix warnings

This commit is contained in:
Joscha 2023-08-16 02:57:32 +02:00
parent 470449f36e
commit 6050415fce
2 changed files with 2 additions and 4 deletions

View file

@ -11,7 +11,6 @@ use tracing::error;
use crate::{
config::WorkerServerConfig,
shared::{BenchMethod, FinishedRun, Measurement, Run, Source, UnfinishedRun},
somehow,
};
use super::server::Server;