mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-20 07:25:14 +01:00
clippy
This commit is contained in:
@@ -308,7 +308,6 @@ pub fn translate_aggregation_step(
|
||||
});
|
||||
target_register
|
||||
}
|
||||
_ => unreachable!(),
|
||||
};
|
||||
Ok(dest)
|
||||
}
|
||||
|
||||
@@ -665,7 +665,6 @@ pub fn translate_aggregation_step_groupby(
|
||||
AggFunc::External(_) => {
|
||||
todo!("External aggregate functions are not yet supported in GROUP BY");
|
||||
}
|
||||
_ => unreachable!(),
|
||||
};
|
||||
Ok(dest)
|
||||
}
|
||||
|
||||
@@ -1911,7 +1911,6 @@ impl Program {
|
||||
})),
|
||||
_ => unreachable!("scalar function called in aggregate context"),
|
||||
},
|
||||
_ => unreachable!(),
|
||||
};
|
||||
}
|
||||
match func {
|
||||
@@ -2163,7 +2162,6 @@ impl Program {
|
||||
}
|
||||
}
|
||||
}
|
||||
_ => unreachable!(),
|
||||
};
|
||||
state.pc += 1;
|
||||
}
|
||||
@@ -2282,7 +2280,6 @@ impl Program {
|
||||
}
|
||||
}
|
||||
}
|
||||
_ => unreachable!(),
|
||||
},
|
||||
Register::OwnedValue(OwnedValue::Null) => {
|
||||
// when the set is empty
|
||||
|
||||
Reference in New Issue
Block a user