chore: clippy

This commit is contained in:
Daniel Gallups 2023-12-01 20:07:04 -05:00
parent a2b2771ad8
commit 665377e71f

View file

@ -8,7 +8,6 @@ use std::future::Future;
use std::pin::Pin;
use std::sync::Arc;
use std::task::{Context, Poll};
use tokio::sync::Mutex;
use tower_layer::Layer;
use tower_service::Service;