mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-23 21:17:45 +00:00
Note a TODO that the InvalidPatchFile error is misleading
This commit is contained in:
parent
118d8404a4
commit
c61ba6be7a
1 changed files with 1 additions and 0 deletions
|
@ -380,6 +380,7 @@ pub enum PatchError {
|
|||
}
|
||||
|
||||
impl From<std::io::Error> 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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue