Shut up, clippy

This commit is contained in:
Joshua Barretto 2023-03-31 21:17:38 +01:00
parent 6add1b851d
commit 2e3870cf6d

View File

@ -25,6 +25,7 @@ use std::sync::{atomic::Ordering, Arc};
use tracing::{debug, error};
impl Sys {
#[allow(clippy::too_many_arguments)] // Shhhh, go bother someone else clippy
fn handle_client_character_screen_msg(
server_emitter: &mut common::event::Emitter<'_, ServerEvent>,
entity: specs::Entity,