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:
parent
3e0ca7d6d4
commit
12e9b491a4
@ -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<'_>) {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user