mirror of
https://github.com/uutils/coreutils
synced 2024-12-15 15:52:42 +00:00
e691330f02
Change the return type of the `parse_template()` helper function in the `mktemp` program so that it returns `Result<..., MkTempError>` instead of `UResult<...>`. This separates the lower level helper function from the higher level `UResult` abstraction and will make it easier to refactor this code in future commits. |
||
---|---|---|
.. | ||
bin | ||
uu | ||
uucore | ||
uucore_procs |