mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Silent some clippy warnings
This commit is contained in:
@@ -21,6 +21,7 @@ fn generate_echo() -> String {
|
||||
// Randomly decide whether to include options
|
||||
let include_n = rng.gen_bool(0.1); // 10% chance
|
||||
let include_e = rng.gen_bool(0.1); // 10% chance
|
||||
#[allow(non_snake_case)]
|
||||
let include_E = rng.gen_bool(0.1); // 10% chance
|
||||
|
||||
if include_n {
|
||||
|
||||
Reference in New Issue
Block a user