1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

fuzz: Run cargo fmt

This commit is contained in:
Nicolas Boichat 2025-04-08 17:30:43 +02:00
parent c5a236d416
commit 75072b5a98
12 changed files with 16 additions and 15 deletions

View file

@ -8,8 +8,8 @@
use libfuzzer_sys::fuzz_target;
use uu_test::uumain;
use rand::prelude::IndexedRandom;
use rand::Rng;
use rand::prelude::IndexedRandom;
use std::ffi::OsString;
mod fuzz_common;