mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-26 00:00:23 +02:00
Move FromRequest and IntoResponse into new axum-core crate (#564)
* Move `IntoResponse` to axum-core * Move `FromRequest` to axum-core * some clean up * Remove hyper dependency from axum-core * Fix docs reference * Use default * Update changelog * Remove mention of default type
This commit is contained in:
@@ -237,7 +237,7 @@ mod debug_handler {
|
||||
#[allow(warnings)]
|
||||
fn #name()
|
||||
where
|
||||
#ty: ::axum::extract::FromRequest + Send,
|
||||
#ty: ::axum::extract::FromRequest<::axum::body::Body> + Send,
|
||||
{}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user