mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed clippy warning
This commit is contained in:
parent
c28ac78e03
commit
e327b18c4a
@ -15,6 +15,7 @@ use crate::{
|
||||
client::Client, login_provider::LoginProvider, metrics::PlayerMetrics, EditableSettings,
|
||||
};
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub(crate) fn handle_register_msg(
|
||||
world: &World,
|
||||
player_list: &HashMap<Uid, PlayerInfo>,
|
||||
|
Loading…
Reference in New Issue
Block a user