mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
fuzz: adapt to changes in rand
This commit is contained in:
committed by
Sylvestre Ledru
parent
cab7423a57
commit
b6e4c455ec
@@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user