We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b86c44 commit f643527Copy full SHA for f643527
src/lib.rs
@@ -49,7 +49,7 @@ impl core::fmt::Display for MaxRecursionReached {
49
}
50
51
52
-impl core::error::Error for MaxRecursionReached {}
+impl std::error::Error for MaxRecursionReached {}
53
54
/// Generate arbitrary structured values from raw, unstructured data.
55
///
0 commit comments