Remove unused code

This commit is contained in:
bitfl0wer 2023-11-18 18:50:47 +01:00
parent 9507d489bf
commit 964d879e8f
1 changed files with 0 additions and 1 deletions

View File

@ -157,7 +157,6 @@ impl<T: WebSocketEvent> GatewayEvent<T> {
} }
} }
#[allow(clippy::type_complexity)]
#[async_trait] #[async_trait]
pub trait GatewayCapable<T, S> pub trait GatewayCapable<T, S>
where where