scylladb / cql-stress

8 stars 4 forks source link

c-s options: fix compiler warnings #62

Closed muzarski closed 7 months ago

muzarski commented 7 months ago

New rust version expects us to explicitly specify the lifetime of const string variables. Right now, it only generates warnings which result in clippy errors during CI.

See:

= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
= note: for more information, see issue #115010 <https://github.com/rust-lang/rust/issues/115010>