Refactor all_the_tuples! macros (#1413)

This commit is contained in:
David Pedersen
2022-09-25 15:22:40 +02:00
committed by GitHub
parent 8dd9c8d286
commit bf341fd034
9 changed files with 69 additions and 119 deletions
+1 -1
View File
@@ -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;