mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-27 13:04:20 +01:00
fix clippy
- the proper fix is to nuke it actually :)
This commit is contained in:
@@ -577,7 +577,7 @@ pub fn open_loop(
|
||||
} else {
|
||||
false
|
||||
};
|
||||
Some(emit_autoindex(
|
||||
let _ = emit_autoindex(
|
||||
program,
|
||||
index,
|
||||
table_cursor_id.expect(
|
||||
@@ -586,7 +586,7 @@ pub fn open_loop(
|
||||
index_cursor_id
|
||||
.expect("an ephemeral index must have an index cursor"),
|
||||
table_has_rowid,
|
||||
)?);
|
||||
)?;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user