Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lyang2821 committed Sep 18, 2024
1 parent 85d285d commit bef1b63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lapdev-api/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ use serde::Deserialize;
use tokio::net::TcpListener;
use tokio_rustls::TlsAcceptor;
use tower::Service;
use tracing::{error, instrument::WithSubscriber};
use tracing_subscriber::{layer::SubscriberExt, util::SubscriberInitExt, EnvFilter};
use tracing::error;

use crate::{cert::tls_config, router, state::CoreState};

Expand Down

0 comments on commit bef1b63

Please sign in to comment.