mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
code-style: iter instead of into_iter.
This commit is contained in:
parent
6f532a7a37
commit
2215f9abd7
@ -43,7 +43,7 @@ impl Default for ServerSettings {
|
||||
"Nancok",
|
||||
"Qutrin",
|
||||
"Mckol",
|
||||
].into_iter().map(|n| n.to_string()).collect(),
|
||||
].iter().map(|n| n.to_string()).collect(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user