diff --git a/src/patch.rs b/src/patch.rs index e0233a8..9e2981c 100755 --- a/src/patch.rs +++ b/src/patch.rs @@ -380,6 +380,7 @@ pub enum PatchError { } impl From for PatchError { + // TODO: implement specific PatchErrors for stuff like out of storage space. invalidpatchfile is a bad name for this fn from(_: std::io::Error) -> Self { PatchError::InvalidPatchFile }