Skip to content

Commit b4ebc4e

Browse files
committed
add missing import
1 parent ea9e0e5 commit b4ebc4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

postgres-types/src/chrono_04.rs

+3-1
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)