diff --git a/src/value.rs b/src/value.rs index 1cd3fd211..529b3f8c6 100644 --- a/src/value.rs +++ b/src/value.rs @@ -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;