lint
This commit is contained in:
parent
c28fa6d2ff
commit
833e1bc0d2
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ use std::sync::Arc;
|
||||||
use tokio::io::{AsyncRead, AsyncWrite};
|
use tokio::io::{AsyncRead, AsyncWrite};
|
||||||
use tokio::sync::oneshot;
|
use tokio::sync::oneshot;
|
||||||
use tokio_stream::{Stream, StreamExt};
|
use tokio_stream::{Stream, StreamExt};
|
||||||
use tracing::{error, span, Instrument, Level, Span, event};
|
use tracing::{error, event, span, Instrument, Level, Span};
|
||||||
use url::Host;
|
use url::Host;
|
||||||
use uuid::Uuid;
|
use uuid::Uuid;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue