diff --git a/sqlx-macros/src/database/postgres.rs b/sqlx-macros/src/database/postgres.rs index 049d3964..8f819efa 100644 --- a/sqlx-macros/src/database/postgres.rs +++ b/sqlx-macros/src/database/postgres.rs @@ -80,7 +80,7 @@ impl_database_ext! { Vec | &[sqlx::types::Uuid], #[cfg(feature = "chrono")] - Vec | &[sqlx::types::sqlx::types::chrono::NaiveTime], + Vec | &[sqlx::types::chrono::NaiveTime], #[cfg(feature = "chrono")] Vec | &[sqlx::types::chrono::NaiveDate],