Fix clippy lints 🦀
This commit is contained in:
parent
3e8ed05356
commit
33f6262944
4 changed files with 8 additions and 8 deletions
|
|
@ -65,7 +65,7 @@ impl Cubes {
|
|||
let new_len = self.cubes.len() - cubes_2_cut as usize;
|
||||
self.cubes.truncate(new_len);
|
||||
}
|
||||
_ => {}
|
||||
Ordering::Equal => {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue