Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Dec 1, 2024
1 parent 73be1f7 commit 2d08a3e
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 @@ -376,7 +376,7 @@ impl Value {

#[cfg(feature = "postgres-array")]
#[cfg_attr(docsrs, doc(cfg(feature = "postgres-array")))]
Self::Array(ArrayType, _) => Self::Array(None),
Self::Array(ty, _) => Self::Array(ty.clone(), None),

#[cfg(feature = "postgres-vector")]
#[cfg_attr(docsrs, doc(cfg(feature = "postgres-vector")))]
Expand Down

0 comments on commit 2d08a3e

Please sign in to comment.