Skip to content

Commit dfe39f3

Browse files
ds-cboconradludgate
authored andcommitted
add missing import
1 parent 75054e4 commit dfe39f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

postgres-types/src/chrono_04.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
use bytes::BytesMut;
2-
use chrono_04::{DateTime, Duration, FixedOffset, Local, NaiveDate, NaiveDateTime, NaiveTime, Utc};
2+
use chrono_04::{
3+
DateTime, Duration, FixedOffset, Local, NaiveDate, NaiveDateTime, NaiveTime, TimeZone, Utc,
4+
};
35
use postgres_protocol::types;
46
use std::error::Error;
57

0 commit comments

Comments
 (0)