tidy: Remove extra semicolons
These were causing compilation warnings.
This commit is contained in:
committed by
Andrew Brown
parent
5c5eabb8d0
commit
9b8e7b511e
@@ -851,7 +851,7 @@ impl TypeSetBuilder {
|
||||
|
||||
pub fn build(self) -> TypeSet {
|
||||
let min_lanes = if self.includes_scalars { 1 } else { 2 };
|
||||
;
|
||||
|
||||
let bools = range_to_set(self.bools.to_range(1..MAX_BITS, None))
|
||||
.into_iter()
|
||||
.filter(legal_bool)
|
||||
|
||||
Reference in New Issue
Block a user