mirror of
https://github.com/uutils/coreutils
synced 2024-12-19 09:33:25 +00:00
1755195251
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |