Fixed clippy warning

This commit is contained in:
ccgauche 2021-03-01 22:44:18 +01:00
parent c28ac78e03
commit e327b18c4a

View File

@ -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>,