Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adwhit committed Nov 10, 2022
1 parent 7358f52 commit 329d52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/pg_remote_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use diesel::prelude::*;

#[cfg(feature = "postgres")]
#[derive(diesel::sql_types::SqlType)]
#[diesel(postgres_type(name = "my_remoate_enum"))]
#[diesel(postgres_type(name = "my_remote_enum"))]
pub struct MyRemoteEnumMapping;

table! {
Expand Down

0 comments on commit 329d52f

Please sign in to comment.