1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-13 16:51:06 +00:00
uutils-coreutils/tests
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
..
benches/factor run cargo fmt on missed files 2025-05-19 11:17:46 +02:00
by-util cp: fix warnings from unnecessary_debug_formatting 2025-05-19 09:54:37 +02:00
fixtures test_env: Try to execute an empty file instead of . 2025-03-23 19:37:59 +01:00
uutests fixed link to repo on uutests docs 2025-04-26 18:36:21 -07:00
test_util_name.rs Merge pull request #7688 from nyurik/fmt-inline 2025-04-08 09:31:17 +02:00
tests.rs uutests: fix the doc 2025-03-29 09:28:54 +01:00