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 2dbfc51 commit 829228eCopy full SHA for 829228e
1 file changed
src/lib.rs
@@ -45,6 +45,7 @@ pub use json_patch::{
45
};
46
#[doc(no_inline)]
47
pub use jsonptr::index::Index;
48
+pub use jsonptr::resolve::ResolveError;
49
pub use jsonptr::{
50
Pointer,
51
PointerBuf,
@@ -69,6 +70,7 @@ pub mod prelude {
69
70
71
RemoveOperation,
72
ReplaceOperation,
73
+ ResolveError,
74
TestOperation,
75
Token,
76
add_operation,
0 commit comments