lquerel / gcp-bigquery-client

GCP BigQuery Client (Rust)
Apache License 2.0
97 stars 67 forks source link

fix clippy warnings produced with Rust 1.78.0 #94

Closed imor closed 4 months ago

imor commented 4 months 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 4 months ago

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