mirror of
https://github.com/rm-dr/daisy
synced 2025-06-30 22:23:40 -07:00
Minor cleanup
This commit is contained in:
@ -5,8 +5,7 @@ cfg_if::cfg_if! {
|
||||
pub use unix::main as main_e;
|
||||
} else {
|
||||
pub fn main_e () -> Result<(), std::io::Error> {
|
||||
println!("Not yet implemented.");
|
||||
Ok(())
|
||||
unimplemented!("Not yet implemented.");
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user