mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-08 09:44:21 +01:00
refactor: dereference impl Copy
This commit is contained in:
@@ -1055,7 +1055,7 @@ impl Index {
|
||||
|
||||
IndexColumn {
|
||||
name: normalize_ident(col_name),
|
||||
order: order.clone(),
|
||||
order: *order,
|
||||
pos_in_table,
|
||||
collation: column.collation,
|
||||
default: column.default.clone(),
|
||||
|
||||
Reference in New Issue
Block a user