coreutils/src/uu/pinky
Andreas Hartmann 229948ae45 uu: Replace safe_unwrap with crash_if_err
Unify the usage of macros `safe_unwrap` and `crash_if_err` that are
identical to each other except for the assumption of a default error
code. Use the more generic `crash_if_err` so that `safe_unwrap` is now
obsolete and can be removed.
2021-08-25 13:59:39 +02:00
..
src uu: Replace safe_unwrap with crash_if_err 2021-08-25 13:59:39 +02:00
Cargo.toml update the dep to uucore_procs 0.0.6 2021-07-11 21:04:11 +02:00