1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-18 03:01:06 +00:00
uutils-coreutils/src
Jeffrey Finkelstein bd626df70e dd: replace cascading if/else if with enum match
Replace a cascading `if/else if` chain in `conv_block_unblock_helper()`
with a match statement on a new enum, `ConversionMode`, that enumerates
the various modes in which `dd` can operate.
2022-03-25 20:56:38 +01:00
..
bin fix clippy errors related to clap upgrade from 3.0.10 to 3.1.6 2022-03-17 22:46:56 +01:00
uu dd: replace cascading if/else if with enum match 2022-03-25 20:56:38 +01:00
uucore clippy fixes from nightly rust 2022-03-22 21:44:33 -04:00
uucore_procs Update of the cargo.lock url to point to the right branch 2022-03-06 22:13:17 +01:00