Remove no-op #[async_trait] attribute

This commit is contained in:
Jonas Platte 2025-07-26 19:33:17 +02:00
parent a3da77ce2c
commit c713e9f21f
No known key found for this signature in database
GPG key ID: 7D261D771D915378

View file

@ -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