mirror of
https://github.com/tokio-rs/axum.git
synced 2025-10-02 23:34:47 +00:00
Remove repeated constraint (#294)
The constraint for B is repeated. Remove it.
This commit is contained in:
parent
e698586193
commit
39c5cc24fa
@ -316,7 +316,6 @@ macro_rules! impl_handler {
|
|||||||
Fut: Future<Output = Res> + Send,
|
Fut: Future<Output = Res> + Send,
|
||||||
B: Send + 'static,
|
B: Send + 'static,
|
||||||
Res: IntoResponse,
|
Res: IntoResponse,
|
||||||
B: Send + 'static,
|
|
||||||
$head: FromRequest<B> + Send,
|
$head: FromRequest<B> + Send,
|
||||||
$( $tail: FromRequest<B> + Send,)*
|
$( $tail: FromRequest<B> + Send,)*
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user