fix clippy

- the proper fix is to nuke it actually :)
This commit is contained in:
Nikita Sivukhin
2025-09-30 18:06:42 +04:00
parent 4a9309fe31
commit bf5567de35

View File

@@ -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,
)?);
)?;
}
}