We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de2dd4f commit cc17310Copy full SHA for cc17310
2 files changed
src-tauri/src/features/runtime/types.rs
@@ -71,7 +71,8 @@ impl fmt::Display for RuntimeError {
71
}
72
73
74
-impl std::error::Error for RuntimeError {}
+impl std::error::Error for RuntimeError {
75
+}
76
77
impl From<std::io::Error> for RuntimeError {
78
fn from(err: std::io::Error) -> Self {
src-tauri/src/features/tools/types.rs
@@ -117,7 +117,8 @@ impl fmt::Display for ToolError {
117
118
119
120
-impl std::error::Error for ToolError {}
+impl std::error::Error for ToolError {
121
122
123
impl From<std::io::Error> for ToolError {
124
0 commit comments