Skip to content

Commit

Permalink
Useful to have debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bartlett authored and Licenser committed Oct 28, 2024
1 parent 7bcc6f1 commit 8b46387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ pub(crate) trait Stage1Parse {
}

/// Deserializer struct to deserialize a JSON
#[derive(Debug)]
pub struct Deserializer<'de> {
// Note: we use the 2nd part as both index and length since only one is ever
// used (array / object use len) everything else uses idx
Expand Down

0 comments on commit 8b46387

Please sign in to comment.