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 09ab7fc commit c7f3c88Copy full SHA for c7f3c88
src/de_mut/node.rs
@@ -52,7 +52,6 @@ impl<'de> Node<'de> {
52
ptr: *const &StructDeserializer<'de>,
53
) -> Self {
54
let struct_deseriallizer = &*(ptr);
55
- println!("get node from {:?}", struct_deseriallizer.cursor);
56
let dtb = struct_deseriallizer.dtb;
57
let mut cursor = struct_deseriallizer.cursor;
58
let mut prop: Option<BodyCursor> = None;
0 commit comments