mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-27 00:00:24 +02:00
Refactor all_the_tuples! macros (#1413)
This commit is contained in:
@@ -516,4 +516,4 @@ macro_rules! impl_into_response {
|
||||
}
|
||||
}
|
||||
|
||||
all_the_tuples!(impl_into_response);
|
||||
all_the_tuples_no_last_special_case!(impl_into_response);
|
||||
|
||||
@@ -248,7 +248,7 @@ macro_rules! impl_into_response_parts {
|
||||
}
|
||||
}
|
||||
|
||||
all_the_tuples!(impl_into_response_parts);
|
||||
all_the_tuples_no_last_special_case!(impl_into_response_parts);
|
||||
|
||||
impl IntoResponseParts for Extensions {
|
||||
type Error = Infallible;
|
||||
|
||||
Reference in New Issue
Block a user