Skip to content

Commit

Permalink
Merge pull request #511 from SeaQL/pub-with-array
Browse files Browse the repository at this point in the history
Allow custom Postgres array types
  • Loading branch information
ikrivosheev authored and tyt2y3 committed Nov 14, 2022
1 parent 7764f74 commit 1a2915a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ mod with_mac_address {

#[cfg(feature = "postgres-array")]
#[cfg_attr(docsrs, doc(cfg(feature = "postgres-array")))]
mod with_array {
pub mod with_array {
use super::*;
use crate::SeaRc;

Expand Down

0 comments on commit 1a2915a

Please sign in to comment.