Skip to content

Commit 15501c1

Browse files
committed
fix(serde): get flag bools/options and #rest working for se
Fixes: #164
1 parent d52d170 commit 15501c1

2 files changed

Lines changed: 411 additions & 21 deletions

File tree

src/de.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,6 @@ impl<'a> NodeMapAccess<'a> {
12321232
}
12331233
}
12341234

1235-
dbg!(&entries);
12361235
NodeMapAccess {
12371236
entries,
12381237
idx: 0,

0 commit comments

Comments
 (0)