fuzz: adapt to changes in rand

This commit is contained in:
Daniel Hofstetter
2026-04-12 13:29:12 +02:00
committed by Sylvestre Ledru
parent cab7423a57
commit b6e4c455ec
16 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
use libfuzzer_sys::fuzz_target;
use uu_expr::uumain;
use rand::Rng;
use rand::RngExt;
use rand::prelude::IndexedRandom;
use std::{env, ffi::OsString};