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