mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Shut up, clippy
This commit is contained in:
parent
6add1b851d
commit
2e3870cf6d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user