Browse Source

clippy3

pull/127/head
jake 1 year ago
parent
commit
8f6b562c22
  1. 2
      src/ship/items/tasks.rs

2
src/ship/items/tasks.rs

@ -17,8 +17,6 @@ use crate::ship::drops::ItemDrop;
use crate::ship::items::actions;
use log::warn;
pub async fn pick_up_item<EG>(
item_state: &mut ItemState,
entity_gateway: &mut EG,

Loading…
Cancel
Save