Loading crates/tor-netdoc/src/parse2.rs +2 −0 Original line number Diff line number Diff line Loading @@ -158,8 +158,10 @@ pub struct ParseOptions { pub struct ParseInput<'s> { /// The actual document text input: &'s str, /// Filename (for error reporting) file: &'s str, /// Parsing options options: ParseOptions, } Loading Loading
crates/tor-netdoc/src/parse2.rs +2 −0 Original line number Diff line number Diff line Loading @@ -158,8 +158,10 @@ pub struct ParseOptions { pub struct ParseInput<'s> { /// The actual document text input: &'s str, /// Filename (for error reporting) file: &'s str, /// Parsing options options: ParseOptions, } Loading