Commit unsaved changes from previous commit

This commit is contained in:
Nathan Fisher 2024-02-23 19:13:13 -05:00
parent 4b0318036f
commit 4a7c0748e0

View File

@ -3,6 +3,7 @@ use std::{
};
#[derive(Debug)]
/// Errors which might occur while processing Haggis archives
pub enum Error {
Int(TryFromIntError),
Io(io::Error),