diff options
author | pommicket <pommicket@gmail.com> | 2025-09-25 23:52:33 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-25 23:52:33 -0400 |
commit | 0f591fbc03e5fe73d0d8e0638ef95481b5885e74 (patch) | |
tree | f82277b3bf9f13337fb2e706ee8b0969b4ade6ad /src/main.rs | |
parent | 01480d8186da5b23a977aa4d99649b0e4a961a14 (diff) |
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 |