Fix clippy lints 🦀

This commit is contained in:
Héctor Ramón Jiménez 2023-11-14 11:43:38 +01:00
parent 3e8ed05356
commit 33f6262944
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
4 changed files with 8 additions and 8 deletions

View file

@ -65,7 +65,7 @@ impl Cubes {
let new_len = self.cubes.len() - cubes_2_cut as usize;
self.cubes.truncate(new_len);
}
_ => {}
Ordering::Equal => {}
}
}
}