Skip to content

Commit bcd7a7c

Browse files
Update mod.rs
1 parent 956d8a8 commit bcd7a7c

File tree

1 file changed

+1
-0
lines changed
  • sqlx-core/src/postgres/types

1 file changed

+1
-0
lines changed

sqlx-core/src/postgres/types/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
//! | Rust type | Postgres type(s) |
7373
//! |---------------------------------------|------------------------------------------------------|
7474
//! | `ipnetwork::IpNetwork` | INET, CIDR |
75+
//! | `std::net::IpAddr` | INET, CIDR |
7576
//!
7677
//! ### [`mac_address`](https://crates.io/crates/mac_address)
7778
//!

0 commit comments

Comments
 (0)