Skip to content

Commit 018a832

Browse files
committed
Clippy
1 parent 7d9a0d8 commit 018a832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/src/db/datastore/system_tables.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ impl<'a> TryFrom<&'a ProductValue> for StIndexRow<&'a str> {
699699
Ok(StIndexRow {
700700
index_id,
701701
table_id,
702-
col_id: col_id,
702+
col_id,
703703
index_name,
704704
is_unique,
705705
})

0 commit comments

Comments
 (0)