diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 8ca45fb..877e5cd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3,8 +3,8 @@ use std::fs::File; use std::io::BufWriter; use std::process::ExitCode; -mod definitions; mod animalia; +mod definitions; fn do_write<W, E: Error>(path: &str, write_func: W) -> Result<(), Box<dyn Error>> where |