mirror of
https://github.com/tokio-rs/axum.git
synced 2025-04-10 08:03:04 +02:00
Remove repeated constraint (#294)
The constraint for B is repeated. Remove it.
This commit is contained in:
parent
e698586193
commit
39c5cc24fa
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue