Skip to content

Commit bc9102c

Browse files
committed
Remove Zoned from docs
The implementation was previously removed as per jiff author comment.
1 parent afef88e commit bc9102c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

postgres-types/src/lib.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -493,11 +493,10 @@ impl WrongType {
493493
/// | `time::OffsetDateTime` | TIMESTAMP WITH TIME ZONE |
494494
/// | `time::Date` | DATE |
495495
/// | `time::Time` | TIME |
496-
/// | `jiff::civil::DateTime` | TIMESTAMP |
497-
/// | `jiff::Timestamp` | TIMESTAMP WITH TIME ZONE |
498-
/// | `jiff::Zoned` | TIMESTAMP WITH TIME ZONE |
499496
/// | `jiff::civil::Date` | DATE |
497+
/// | `jiff::civil::DateTime` | TIMESTAMP |
500498
/// | `jiff::civil::Time` | TIME |
499+
/// | `jiff::Timestamp` | TIMESTAMP WITH TIME ZONE |
501500
/// | `eui48::MacAddress` | MACADDR |
502501
/// | `geo_types::Point<f64>` | POINT |
503502
/// | `geo_types::Rect<f64>` | BOX |

0 commit comments

Comments
 (0)