Skip to content

Commit 5e1fed4

Browse files
committed
PythonJsonError derive Debug
1 parent e3bd7f5 commit 5e1fed4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/jiter/src/py_error.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ impl ToPyObject for PathItem {
178178
}
179179
}
180180

181+
#[derive(Debug)]
181182
pub struct PythonJsonError {
182183
pub error: JsonError,
183184
path: Option<Vec<PathItem>>,

0 commit comments

Comments
 (0)