refactor: dereference impl Copy

This commit is contained in:
Levy A.
2025-06-06 09:31:30 -03:00
parent e7ccb0b707
commit 8ecc561cd3

View File

@@ -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(),