Home
last modified time | relevance | path

Searched refs:not_quote_slash (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/nom/examples/
Dstring.rs99 let not_quote_slash = is_not("\"\\"); in parse_literal() localVariable
105 verify(not_quote_slash, |s: &str| !s.is_empty())(input) in parse_literal()