Commit f552d4c
committed
refactor: Remove Eq and PartialEq from KvmError
Eq and PartialEq are not necessary for KvmError, rather disallows me to
add error variants wrapping std::io::Error to handle syscall errors.
Signed-off-by: Takahiro Itazuri <[email protected]>1 parent 4b60742 commit f552d4c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments