mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-27 13:04:20 +01:00
fix clippy
This commit is contained in:
@@ -568,7 +568,7 @@ pub fn open_loop(
|
||||
target_pc: next,
|
||||
});
|
||||
}
|
||||
Search::Seek { index, seek_def } => {
|
||||
Search::Seek { index, .. } => {
|
||||
// Otherwise, it's an index/rowid scan, i.e. first a seek is performed and then a scan until the comparison expression is not satisfied anymore.
|
||||
if let Some(index) = index {
|
||||
if index.ephemeral {
|
||||
|
||||
Reference in New Issue
Block a user