mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Resolved warnings
This commit is contained in:
parent
899a7c56ab
commit
50daf185a8
@ -706,7 +706,7 @@ pub enum NearKind {
|
||||
}
|
||||
|
||||
impl ModuleModel {
|
||||
pub fn generate_list(details: &[(&str, &[([i32; 3], NearKind)])]) -> Vec<Self> {
|
||||
pub fn generate_list(_details: &[(&str, &[([i32; 3], NearKind)])]) -> Vec<Self> {
|
||||
unimplemented!()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user