-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
here: https://github.com/mongodb/mongo-rust-driver#inserting-documents-into-a-collection
currently is:
Finding documents in a collection
use bson::{doc, bson};
should be:
Finding documents in a collection
use bson::{doc, bson, Bson};