Fix items-after-test-module clippy warning on 1.75.0-beta.1 (#2318)

This commit is contained in:
Mikhail Antoshkin
2023-11-16 07:15:16 +00:00
committed by GitHub
parent 3ff45d9c96
commit c100650464
3 changed files with 42 additions and 42 deletions
@@ -11,8 +11,8 @@ error[E0277]: the trait bound `bool: FromRequestParts<()>` is not satisfied
<Extension<T> as FromRequestParts<S>>
<Method as FromRequestParts<S>>
<Uri as FromRequestParts<S>>
<Version as FromRequestParts<S>>
<ConnectInfo<T> as FromRequestParts<S>>
<Version as FromRequestParts<S>>
<axum::extract::Path<T> as FromRequestParts<S>>
<RawPathParams as FromRequestParts<S>>
and $N others