We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42358a3 commit 7b2d3aaCopy full SHA for 7b2d3aa
sqlx-postgres/src/type_checking.rs
@@ -77,12 +77,12 @@ impl_type_checking!(
77
#[cfg(feature = "rust_decimal")]
78
sqlx::types::Decimal,
79
80
- #[cfg(all(feature = "ipnet", not(feature = "ipnetwork")))]
81
- sqlx::types::ipnet::IpNet,
82
-
83
#[cfg(feature = "ipnetwork")]
84
sqlx::types::ipnetwork::IpNetwork,
85
+ #[cfg(feature = "ipnet")]
+ sqlx::types::ipnet::IpNet,
+
86
#[cfg(feature = "mac_address")]
87
sqlx::types::mac_address::MacAddress,
88
0 commit comments