diff --git a/src/lib.rs b/src/lib.rs index 70f0280..2c14727 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -135,11 +135,14 @@ mod firestore_serde; pub use firestore_serde::*; mod struct_path_macro; -use crate::errors::FirestoreError; + +#[allow(unused_imports)] pub use struct_path_macro::*; pub mod timestamp_utils; +use crate::errors::FirestoreError; + pub type FirestoreResult = std::result::Result; pub type FirestoreDocument = gcloud_sdk::google::firestore::v1::Document;