1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 17:51:07 +00:00
uutils-coreutils/tests/common
Roy Ivy III b4b0ee40d7 refactor/polish ~ convert to try! to ? syntax
- convert to newer `?` syntax, fixing compiler warnings

+ requires MinSRV >= v1.13.0

.# [why]

The `?` operator was stabilized in rust v1.13.0.

Warnings requesting conversion from the old `try!` macro to the `?` operator
were introduced in rust v1.39.0.

* ref: <https://github.com/rust-lang/rust/blob/master/RELEASES.md>
2020-01-27 21:33:47 -06:00
..
macros.rs clone atpath to avoid borrow issue 2016-08-23 08:57:13 -04:00
mod.rs tests: move macros into separate module 2016-05-22 15:10:06 -04:00
util.rs refactor/polish ~ convert to try! to ? syntax 2020-01-27 21:33:47 -06:00