Skip to content

Commit cd2d7f0

Browse files
Added another missing copy derive
1 parent bd02a27 commit cd2d7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/ddl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5177,7 +5177,7 @@ impl fmt::Display for CreatePolicy {
51775177
/// AS [ PERMISSIVE | RESTRICTIVE ]
51785178
/// ```
51795179
/// [PostgreSQL](https://www.postgresql.org/docs/current/sql-createpolicy.html)
5180-
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
5180+
#[derive(Debug, Clone, Copy, PartialEq, PartialOrd, Eq, Ord, Hash)]
51815181
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
51825182
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]
51835183
pub enum CreatePolicyType {

0 commit comments

Comments
 (0)