1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 21:47:46 +00:00

Addresses issues raised in PR#2474

- runs rustfmt on test_dd.rs
- eliminates compiler warnings
- adds many words to spellchecker ignore list
- adds sanity test for vexing conv=nocreat issue. Still WIP.
This commit is contained in:
Tyler 2021-07-06 11:52:48 -07:00
parent 418ecbe61a
commit 1ad89c5e89
9 changed files with 455 additions and 360 deletions

2
Cargo.lock generated
View file

@ -1911,7 +1911,7 @@ dependencies = [
[[package]]
name = "uu_dd"
version = "0.0.4"
version = "0.0.6"
dependencies = [
"byte-unit",
"clap",