mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-09 00:00:12 +02:00
Add TypedPath::with_query_params (#1744)
This commit is contained in:
@@ -65,6 +65,9 @@
|
||||
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
|
||||
#![cfg_attr(test, allow(clippy::float_cmp))]
|
||||
|
||||
#[allow(unused_extern_crates)]
|
||||
extern crate self as axum_extra;
|
||||
|
||||
pub mod body;
|
||||
pub mod either;
|
||||
pub mod extract;
|
||||
|
||||
Reference in New Issue
Block a user