mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix clippy in non-plugin feature
This commit is contained in:
@ -115,5 +115,5 @@ impl ServerEvent for RequestPluginsEvent {
|
||||
impl ServerEvent for RequestPluginsEvent {
|
||||
type SystemData<'a> = ();
|
||||
|
||||
fn handle(events: impl ExactSizeIterator<Item = Self>, _: Self::SystemData<'_>) {}
|
||||
fn handle(_events: impl ExactSizeIterator<Item = Self>, _: Self::SystemData<'_>) {}
|
||||
}
|
||||
|
Reference in New Issue
Block a user