mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
clippy fix
This commit is contained in:
parent
88a7e1de86
commit
31f67a97b3
@ -184,7 +184,7 @@ impl ClientEntityTarget {
|
||||
fn preproccess_command(
|
||||
session_state: &mut SessionState,
|
||||
command: &ChatCommandKind,
|
||||
args: &mut Vec<String>,
|
||||
args: &mut [String],
|
||||
) -> CommandResult {
|
||||
let mut cmd_args = match command {
|
||||
ChatCommandKind::Client(cmd) => cmd.data().args,
|
||||
|
Loading…
Reference in New Issue
Block a user