Skip to content

Commit c0c7586

Browse files
committed
Fix import
1 parent b0ebd60 commit c0c7586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bson.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ use std::fmt::{self, Display, Debug};
2626
use chrono::{DateTime, Timelike, UTC};
2727
use chrono::offset::TimeZone;
2828
use data_encoding::hex;
29+
use serde_json::Value;
2930

3031
use oid;
3132
use ordered::OrderedDocument;
32-
use serde_json:: Value;
3333
use spec::{ElementType, BinarySubtype};
3434

3535
/// Possible BSON value types.

0 commit comments

Comments
 (0)