Skip to content

Commit

Permalink
Update custom_types.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
dullbananas committed Jun 10, 2024
1 parent e825cdf commit 645ce7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/custom_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ table! {
#[diesel(postgres_type(name = "my_type"))]
pub struct MyType;

#[derive(Clone, Debug, PartialEq, FromSqlRow, AsExpression)]
#[derive(Debug, PartialEq, FromSqlRow, AsExpression)]
#[diesel(sql_type = MyType)]
pub enum MyEnum {
Foo,
Expand Down

0 comments on commit 645ce7d

Please sign in to comment.