We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fcd276 commit 5a51c14Copy full SHA for 5a51c14
1 file changed
src/lib.rs
@@ -143,7 +143,6 @@ pub fn matches<'a>(path: &Pointer, value: &'a Value) -> Vec<(PointerBuf, &'a Val
143
return vec![];
144
};
145
146
- println!("{cons}");
147
for (i, v) in next_array_val.iter().enumerate() {
148
// /1 is a valid pointer so the unwrap below is fine
149
let idx_str = format!("/{i}");
0 commit comments