fix warns, bump ver
This commit is contained in:
parent
c5106a63b5
commit
ba5d120fef
6 changed files with 6 additions and 30 deletions
|
|
@ -46,7 +46,7 @@ use crate::data::visuals::{
|
|||
};
|
||||
use bracket_lib::prelude::*;
|
||||
use specs::prelude::*;
|
||||
use std::collections::{ HashMap, HashSet };
|
||||
use std::collections::HashMap;
|
||||
use crate::invkeys::check_key;
|
||||
|
||||
mod character_creation;
|
||||
|
|
@ -485,7 +485,7 @@ pub enum ItemMenuResult {
|
|||
}
|
||||
|
||||
pub fn print_options(
|
||||
ecs: &World,
|
||||
_ecs: &World,
|
||||
inventory: &PlayerInventory,
|
||||
mut x: i32,
|
||||
mut y: i32,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue