1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-14 01:01:05 +00:00
uutils-coreutils/src
Yuri Astrakhan db06c64255 chore: cleanup inefficient_to_string lint
Apparently this causes a slowdown per [docs](https://rust-lang.github.io/rust-clippy/master/index.html#inefficient_to_string).

I used this command and fixed a few remaining manual ones.

```sh
__CARGO_FIX_YOLO=1 cargo clippy --fix --all-targets --workspace --allow-dirty
```
2025-07-03 23:56:16 -04:00
..
bin feat: make -V on main binary also output version information 2025-06-10 20:35:32 +02:00
uu chore: cleanup inefficient_to_string lint 2025-07-03 23:56:16 -04:00
uucore chore: cleanup unused dependencies 2025-07-02 19:47:23 -04:00
uucore_procs chore: cleanup workspace crates (#8058) 2025-06-06 13:56:08 +02:00
uuhelp_parser Consolidate crate config in workspace 2025-04-10 16:52:01 -04:00