Skip to content

Commit

Permalink
clippy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sjud committed Dec 18, 2023
1 parent 88f5987 commit 7cdca2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sso_auth_axum/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use cfg_if::cfg_if;
cfg_if! {
if #[cfg(feature = "ssr")] {
use axum::{
response::{Response, IntoResponse},
response::{IntoResponse},
routing::get,
extract::{Path, State, RawQuery},
http::{Request, header::HeaderMap},
Expand Down

0 comments on commit 7cdca2d

Please sign in to comment.