Skip to content

Commit 9fc9535

Browse files
committed
fix: make jsonptr::Index pub
1 parent 9cf1353 commit 9fc9535

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pub use json_patch::{
4444
TestOperation,
4545
};
4646
#[doc(no_inline)]
47-
use jsonptr::index::Index;
47+
pub use jsonptr::index::Index;
4848
pub use jsonptr::{
4949
Pointer,
5050
PointerBuf,

0 commit comments

Comments
 (0)