mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
Add a couple extra Sync bounds
Not necessary right now, but required for axum 0.8.
This commit is contained in:
parent
40da74f28c
commit
a3da77ce2c
2 changed files with 4 additions and 2 deletions
|
|
@ -402,6 +402,7 @@ async fn ar_from_request_inner(
|
|||
impl<T, S> FromRequest<S> for Ar<T>
|
||||
where
|
||||
T: IncomingRequest,
|
||||
S: Sync,
|
||||
{
|
||||
type Rejection = Error;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue