mirror of
https://github.com/rm-dr/daisy
synced 2025-10-07 04:32:29 -07:00
Cleaned up a few panic!()s
This commit is contained in:
@ -89,7 +89,7 @@ fn do_expression(
|
||||
|
||||
} else {
|
||||
match g {
|
||||
Ok(_) => panic!(),
|
||||
Ok(_) => unreachable!(),
|
||||
|
||||
Err(EvalError::TooBig) => {
|
||||
write!(
|
||||
|
Reference in New Issue
Block a user