Skip to content

Commit

Permalink
feature: re-export format_description and macros module
Browse files Browse the repository at this point in the history
  • Loading branch information
Amer Redzovic authored and Amer Redzovic committed Feb 7, 2025
1 parent 3a20a92 commit 2da2a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlx-core/src/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pub use bit_vec::BitVec;
#[cfg_attr(docsrs, doc(cfg(feature = "time")))]
pub mod time {
#[doc(no_inline)]
pub use time::{Date, OffsetDateTime, PrimitiveDateTime, Time, UtcOffset};
pub use time::{Date, OffsetDateTime, PrimitiveDateTime, Time, UtcOffset, format_description, macros};
}

#[cfg(feature = "bigdecimal")]
Expand Down

0 comments on commit 2da2a55

Please sign in to comment.