mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 23:31:24 +01:00
Remove no-op #[async_trait] attribute
This commit is contained in:
parent
a3da77ce2c
commit
c713e9f21f
1 changed files with 0 additions and 1 deletions
|
|
@ -930,7 +930,6 @@ pub(crate) trait RumaHandler<T> {
|
||||||
|
|
||||||
macro_rules! impl_ruma_handler {
|
macro_rules! impl_ruma_handler {
|
||||||
( $($ty:ident),* $(,)? ) => {
|
( $($ty:ident),* $(,)? ) => {
|
||||||
#[axum::async_trait]
|
|
||||||
#[allow(non_snake_case)]
|
#[allow(non_snake_case)]
|
||||||
impl<Req, Resp, E, F, Fut, $($ty,)*>
|
impl<Req, Resp, E, F, Fut, $($ty,)*>
|
||||||
RumaHandler<($($ty,)* Ar<Req>,)> for F
|
RumaHandler<($($ty,)* Ar<Req>,)> for F
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue