1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-13 16:51:06 +00:00
uutils-coreutils/fuzz
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_targets run cargo fmt on missed files 2025-05-19 11:17:46 +02:00
.gitignore move the fuzz_date fuzzers 2023-03-10 00:03:26 +01:00
Cargo.lock Bump tempfile from 3.19.1 to 3.20.0 2025-05-12 07:37:49 +02:00
Cargo.toml uucore: Move parser to a feature 2025-04-04 15:25:06 +02:00