mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-05 01:04:22 +01:00
simulator: Silence unused variable warning
This commit is contained in:
@@ -31,7 +31,7 @@ fn main() {
|
||||
match rows.next_row() {
|
||||
Ok(result) => {
|
||||
match result {
|
||||
limbo_core::RowResult::Row(row) => {
|
||||
limbo_core::RowResult::Row(_row) => {
|
||||
// TODO: assert that data is correct
|
||||
}
|
||||
limbo_core::RowResult::IO => {
|
||||
|
||||
Reference in New Issue
Block a user