fix clippy in non-plugin feature

This commit is contained in:
Christof Petig 2024-02-08 23:48:08 +01:00
parent 3e0ca7d6d4
commit 12e9b491a4

View File

@ -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<'_>) {}
}