coreutils/src/uu/uname
Andreas Hartmann 1755195251 uu: Replace return_if_err with crash_if_err
Unify the usage of macros `return_if_err` and `crash_if_err`. As
`return_if_err` is used only in `uumain` routines of utilities, it
achieves the same thing as `crash_if_err`, which calls the `crash!`
macro to terminate function execution immediately.
2021-08-25 13:59:39 +02:00
..
src uu: Replace return_if_err 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