Little clippy suggestion

main
Elijah Voigt 1 year ago
parent 51779ab8dc
commit a31a624c82

@ -211,7 +211,7 @@ pub(crate) fn check_for_sets(
// If selected is empty, proceed // If selected is empty, proceed
match selected.iter().len() { match selected.iter().len() {
0 => true, 0 => true,
1 | 2 | 3 => { 1..=3 => {
let a = selected.contains(*ea); let a = selected.contains(*ea);
let b = selected.contains(*eb); let b = selected.contains(*eb);
let c = selected.contains(*ec); let c = selected.contains(*ec);

Loading…
Cancel
Save