Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Aug 13, 2024
1 parent b4880ed commit 0c496bf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions parser/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,6 @@ pub enum Node {
},
}

pub enum JsonQuoteOptions {
/// Do not allow \uXXXX in strings. Will allow \n, \t, \" etc
NoUnicodeEscapes,
WithUnicodeEscapes,
}

/// Optional fields allowed on any Node
#[derive(Serialize, Deserialize, Default, Clone)]
pub struct NodeProps {
Expand Down

0 comments on commit 0c496bf

Please sign in to comment.