Skip to content

Commit b8539a5

Browse files
Added derive trait Copy to OrderByOptions struct (apache#2021)
1 parent befc95e commit b8539a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2569,7 +2569,7 @@ impl fmt::Display for InterpolateExpr {
25692569
}
25702570
}
25712571

2572-
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
2572+
#[derive(Debug, Copy, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
25732573
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
25742574
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]
25752575
pub struct OrderByOptions {

0 commit comments

Comments
 (0)