Skip to content

Commit

Permalink
Clippy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Sep 5, 2024
1 parent 7082272 commit a675f29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "firestore"
version = "0.43.0"
authors = ["Abdulla Abdurakhmanov <[email protected]>"]
edition = "2021"
rust-version = "1.63"
rust-version = "1.64"
license = "Apache-2.0"
description = "Library provides a simple API for Google Firestore and own Serde serializer based on efficient gRPC API"
homepage = "https://github.com/abdolence/firestore-rs"
Expand Down
3 changes: 1 addition & 2 deletions src/db/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,7 @@ impl FirestoreQuerySupport for FirestoreDb {
.as_ref()
.unwrap_or_else(|| self.get_documents_path())
.clone(),
consistency_selector: maybe_consistency_selector
.clone(),
consistency_selector: maybe_consistency_selector,
query_type: Some(
partition_query_request::QueryType::StructuredQuery(
query_params,
Expand Down

0 comments on commit a675f29

Please sign in to comment.