]> git.lizzy.rs Git - rust.git/commit
Remove unreachable! from macros.rs
authorcodeworm96 <codeworm96@outlook.com>
Wed, 28 Mar 2018 15:38:34 +0000 (23:38 +0800)
committercodeworm96 <codeworm96@outlook.com>
Wed, 28 Mar 2018 15:38:34 +0000 (23:38 +0800)
commite68682f6dba57fedb32ae2219bdf4d237f229786
tree98ae04127248eb2bcf860fd4adc6a38f18d7ebf1
parent0f55350c7d7658cc0701b1b8b83ab7d72591bc43
Remove unreachable! from macros.rs

replaced unreachable! with error handling using Option.

Closes #2558
src/macros.rs