mirror of
https://github.com/rm-dr/daisy
synced 2025-07-01 14:43:30 -07:00
Cleaned up a few panic!()s
This commit is contained in:
@ -145,7 +145,7 @@ pub fn do_command(
|
||||
t = format!("{}{}", color::Fg(color::Magenta), style::Bold)
|
||||
)?;
|
||||
},
|
||||
_ => panic!("Bad command!")
|
||||
_ => unreachable!("Bad command!")
|
||||
};
|
||||
|
||||
return Ok(());
|
||||
|
Reference in New Issue
Block a user