mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-30 00:00:32 +02:00
Remove RequestParts::take_extensions (#699)
* Remove `RequestParts::take_extensions` * fix out of date docs * Remove RequestAlreadyExtracted and replace it with BodyAlreadyExtracted * fix docs * fix test * Update axum-core/src/extract/mod.rs Co-authored-by: Jonas Platte <[email protected]> * Remove macro only used once Co-authored-by: Jonas Platte <[email protected]>
This commit is contained in:
co-authored by
Jonas Platte
parent
184ea656c0
commit
b1ef0be1a7
@@ -3,9 +3,3 @@
|
||||
mod cached;
|
||||
|
||||
pub use self::cached::Cached;
|
||||
|
||||
pub mod rejection {
|
||||
//! Rejection response types.
|
||||
|
||||
pub use super::cached::CachedRejection;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user