mirror of
https://github.com/rm-dr/daisy
synced 2025-02-21 06:29:26 -08:00
Minor cleanup
This commit is contained in:
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…
x
Reference in New Issue
Block a user