Closed akesling closed 3 years ago
See https://doc.rust-lang.org/std/macro.try.html for context. The try!() macro was replaced by the more succinct ? operator.
try!()
?
This represents a step toward matching modern Rust style and fixing issues enumerated in https://github.com/RustAudio/rimd/issues/16
See https://doc.rust-lang.org/std/macro.try.html for context. The
try!()
macro was replaced by the more succinct?
operator.This represents a step toward matching modern Rust style and fixing issues enumerated in https://github.com/RustAudio/rimd/issues/16