mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-29 05:50:49 +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,
|
||||
B: Send + 'static,
|
||||
Res: IntoResponse,
|
||||
B: Send + 'static,
|
||||
$head: FromRequest<B> + Send,
|
||||
$( $tail: FromRequest<B> + Send,)*
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user