Skip to content

Commit

Permalink
Remove Zoned from docs
Browse files Browse the repository at this point in the history
The implementation was previously removed as per jiff author comment.
  • Loading branch information
allan2 committed Aug 15, 2024
1 parent afef88e commit bc9102c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions postgres-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -493,11 +493,10 @@ impl WrongType {
/// | `time::OffsetDateTime` | TIMESTAMP WITH TIME ZONE |
/// | `time::Date` | DATE |
/// | `time::Time` | TIME |
/// | `jiff::civil::DateTime` | TIMESTAMP |
/// | `jiff::Timestamp` | TIMESTAMP WITH TIME ZONE |
/// | `jiff::Zoned` | TIMESTAMP WITH TIME ZONE |
/// | `jiff::civil::Date` | DATE |
/// | `jiff::civil::DateTime` | TIMESTAMP |
/// | `jiff::civil::Time` | TIME |
/// | `jiff::Timestamp` | TIMESTAMP WITH TIME ZONE |
/// | `eui48::MacAddress` | MACADDR |
/// | `geo_types::Point<f64>` | POINT |
/// | `geo_types::Rect<f64>` | BOX |
Expand Down

0 comments on commit bc9102c

Please sign in to comment.