Resolved warnings

This commit is contained in:
Joshua Barretto 2019-09-25 11:32:04 +01:00
parent 899a7c56ab
commit 50daf185a8

View File

@ -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!()
}
}