mirror of https://github.com/rm-dr/daisy
Minor cleanup
parent
a76af3c69a
commit
7fb0e0274c
|
@ -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.");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue