mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +02:00
axum-extra: Make axum optional dependency (#3485)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use axum::extract::FromRequestParts;
|
||||
use axum_core::__composite_rejection as composite_rejection;
|
||||
use axum_core::__define_rejection as define_rejection;
|
||||
use axum_core::extract::FromRequestParts;
|
||||
use http::{request::Parts, Uri};
|
||||
use serde_core::de::DeserializeOwned;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user