mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-09 19:24:21 +01:00
fix clippy
This commit is contained in:
@@ -983,7 +983,7 @@ fn emit_program_for_update(
|
||||
)) {
|
||||
cursor
|
||||
} else {
|
||||
let cursor = program.alloc_cursor_index(None, &index)?;
|
||||
let cursor = program.alloc_cursor_index(None, index)?;
|
||||
program.emit_insn(Insn::OpenWrite {
|
||||
cursor_id: cursor,
|
||||
root_page: RegisterOrLiteral::Literal(index.root_page),
|
||||
|
||||
Reference in New Issue
Block a user