1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-18 11:11:10 +00:00
uutils-coreutils/fuzz/fuzz_targets
Ben Wiederhake 0011b6e3f7 run cargo fmt on missed files
It seems these files were missed by CI. Command to run cargo fmt on
absolutely *everything* (and possibly too much)

find tests -name "*.rs" -print0 | xargs -0 cargo fmt --
2025-05-19 11:17:46 +02:00
..
fuzz_common Merge pull request #7717 from drinkcat/fuzz-minor-fixes 2025-04-09 21:13:35 -04:00
fuzz_cksum.rs Merge pull request #7717 from drinkcat/fuzz-minor-fixes 2025-04-09 21:13:35 -04:00
fuzz_cut.rs fuzz: Run cargo fmt 2025-04-09 08:55:32 +02:00
fuzz_date.rs fuzz: fix clippy warnings 2023-09-28 21:52:26 +02:00
fuzz_echo.rs fuzz: Run cargo fmt 2025-04-09 08:55:32 +02:00
fuzz_env.rs fuzz: Run cargo fmt 2025-04-09 08:55:32 +02:00
fuzz_expr.rs Merge pull request #7717 from drinkcat/fuzz-minor-fixes 2025-04-09 21:13:35 -04:00
fuzz_parse_glob.rs uucore: Move parser to a feature 2025-04-04 15:25:06 +02:00
fuzz_parse_size.rs uucore: Move parser to a feature 2025-04-04 15:25:06 +02:00
fuzz_parse_time.rs Merge pull request #7760 from Qelxiros/7670-tail-hex-formatting 2025-04-23 18:34:00 +02:00
fuzz_printf.rs fuzz: Run cargo fmt 2025-04-09 08:55:32 +02:00
fuzz_seq.rs fuzz: adapt to API changes of rand 2025-01-30 14:41:36 +01:00
fuzz_seq_parse_number.rs seq: fuzz PreciseNumber::from_str (#6183) 2024-04-15 08:07:06 +02:00
fuzz_sort.rs add some missing unsafe 2025-03-24 21:33:16 +01:00
fuzz_split.rs fuzz: Run cargo fmt 2025-04-09 08:55:32 +02:00
fuzz_test.rs run cargo fmt on missed files 2025-05-19 11:17:46 +02:00
fuzz_tr.rs fuzz: Run cargo fmt 2025-04-09 08:55:32 +02:00
fuzz_wc.rs fuzz: Run cargo fmt 2025-04-09 08:55:32 +02:00