scylladb / cpp-rust-driver

API-compatible rewrite of https://github.com/scylladb/cpp-driver as a wrapper for Rust driver.
GNU Lesser General Public License v2.1
16 stars 11 forks source link

The code does not adhere to clippy 1.77.2 lints #123

Closed piodul closed 4 months ago

piodul commented 5 months ago

Seen in the CI run for https://github.com/scylladb/cpp-rust-driver/pull/122, there were some new lints introduced to clippy which the code in this repo does not pass. Because we always use a recent version of clippy, this causes the CI build check to fail.

The code should be fixed according to the lints.