mirror of
https://github.com/rm-dr/daisy
synced 2025-07-03 17:19:41 -07:00
Cleaned up a few panic!()s
This commit is contained in:
@ -54,6 +54,6 @@ pub fn eval_function(f: &Function, args: &VecDeque<Expression>) -> Result<Expres
|
||||
|
||||
Function::ToBase
|
||||
| Function::NoUnit
|
||||
=> panic!()
|
||||
=> unreachable!()
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user