Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDunn committed Dec 16, 2023
1 parent 7c62ff6 commit 6d61108
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions quote-server-adaptor/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ use tokio::net::TcpStream;
use tokio::task::JoinSet;
use tonic::transport::Server;
use tonic::{async_trait, Request, Response, Status};
use tower::ServiceBuilder;
use tower_http::trace::{DefaultOnRequest, DefaultOnResponse};
use tower_http::LatencyUnit;

use tracing::{info, instrument};
use tracing_subscriber::layer::SubscriberExt;
use tracing_subscriber::util::SubscriberInitExt;
Expand Down

0 comments on commit 6d61108

Please sign in to comment.