Skip to content

Commit da4610f

Browse files
LucaCappelletti94ayman-sigma
authored andcommitted
Added derive trait Copy to OrderByOptions struct (apache#2021)
1 parent ce865bf commit da4610f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ast/query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2582,7 +2582,7 @@ impl fmt::Display for InterpolateExpr {
25822582
}
25832583
}
25842584

2585-
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
2585+
#[derive(Debug, Copy, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
25862586
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
25872587
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]
25882588
pub struct OrderByOptions {

0 commit comments

Comments
 (0)