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
11 stars 11 forks source link

Disable `uninlined_format_args` clippy lint #104

Closed Gor027 closed 1 year ago

Gor027 commented 1 year ago

The clippy style lint uninlined_format_args is temporarily downgraded to pedantic -- allowed by default. While the compiler has supported this format since Rust 1.58, rust-analyzer does not support it yet.

This commit disables the new lint in the CI. We can turn it on again when rust-analyzer supports it.

Pre-review checklist