scylladb / cql-stress

10 stars 4 forks source link

Fix clippy errors #81

Closed muzarski closed 4 months ago

muzarski commented 4 months ago

As of now, the get_f64 method of Distribution trait is unused. However, it will be used once the generators for float types are implemented. Let's mark it with #[allow(dead_code)] until that happens to suppress clippy errors.