scripty-bot / scripty

Found wildcard in an or-pattern RS-W1037
Anti-pattern
Minor
6 months ago2 years old
The other patterns in this pattern are matched by the wildcard
55		3 => 50,
56		4 => 100,
57		5 => 250,
58		6 | _ => usize::MAX,59	};
60
61	if ssrc_state.active_user_set.remove(&ssrc).is_some()