clippy complaint
This commit is contained in:
parent
240ddc7e84
commit
05d505836c
@ -489,7 +489,7 @@ impl ShipList {
|
|||||||
pub fn new(ships: Vec<ShipListEntry>) -> ShipList {
|
pub fn new(ships: Vec<ShipListEntry>) -> ShipList {
|
||||||
ShipList {
|
ShipList {
|
||||||
baseship: ShipListEntry {
|
baseship: ShipListEntry {
|
||||||
menu: ships.get(0).map(|s| s.menu).unwrap_or(0),
|
menu: ships.first().map(|s| s.menu).unwrap_or(0),
|
||||||
item: 0,
|
item: 0,
|
||||||
flags: 0,
|
flags: 0,
|
||||||
name: utf8_to_utf16_array("Ship"),
|
name: utf8_to_utf16_array("Ship"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user