mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
clippy
This commit is contained in:
parent
ebd5739968
commit
a079f14e4b
1 changed files with 1 additions and 1 deletions
|
@ -4557,7 +4557,7 @@ pub fn op_new_rowid(
|
|||
|
||||
state.op_new_rowid_state = OpNewRowidState::GetRowid;
|
||||
state.pc += 1;
|
||||
return Ok(InsnFunctionStepResult::Step);
|
||||
Ok(InsnFunctionStepResult::Step)
|
||||
}
|
||||
|
||||
pub fn op_must_be_int(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue