lquerel / gcp-bigquery-client

GCP BigQuery Client (Rust)
Apache License 2.0
92 stars 60 forks source link

fix clippy warnings produced with Rust 1.78.0 #94

Open imor opened 5 days ago

imor commented 5 days ago

Most clippy warnings were about empty doc comments. One was about using clone_from instead of clone which needed a bit of code reorg.

lquerel commented 3 days ago

Thank you for this contribution. I am on vacation until the beginning of next week. I will review this PR when I return.