Skip to content

Commit 5fab893

Browse files
committed
fixup! Add returning io:ErrorKind from reader and writer
1 parent 4f1f42d commit 5fab893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ impl core::fmt::Display for DekuError {
8888
DekuError::Assertion(ref err) => write!(f, "Assertion error: {err}"),
8989
DekuError::AssertionNoStr => write!(f, "Assertion error"),
9090
DekuError::IdVariantNotFound => write!(f, "Could not resolve `id` for variant"),
91-
DekuError::Io(ref e) => write!(f, "io errorr: {e}"),
91+
DekuError::Io(ref e) => write!(f, "io errorr: {e:?}"),
9292
}
9393
}
9494
}

0 commit comments

Comments
 (0)