Skip to content

Commit fe0faa7

Browse files
author
Kile
committed
My bad cargo
1 parent a2a92e8 commit fe0faa7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

api/src/db/models.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
use mongodb::Client;
2-
use mongodb::{bson::{DateTime, doc, Document, from_document}, error::Error, options::UpdateOptions};
2+
use mongodb::{
3+
bson::{doc, from_document, DateTime, Document},
4+
error::Error,
5+
options::UpdateOptions,
6+
};
37
use rocket::futures::StreamExt;
48
use serde::{Deserialize, Serialize};
59

0 commit comments

Comments
 (0)