We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1e848 commit 1a1ffa2Copy full SHA for 1a1ffa2
fuzz/fuzz_targets/all_options.rs
@@ -122,6 +122,7 @@ struct FuzzParseOptions {
122
leave_footnote_definitions: bool,
123
default_info_string: bool,
124
broken_link_callback: bool,
125
+ escaped_char_spans: bool,
126
}
127
128
impl FuzzParseOptions {
@@ -146,6 +147,7 @@ impl FuzzParseOptions {
146
147
} else {
148
None
149
},
150
+ escaped_char_spans: self.escaped_char_spans,
151
152
153
0 commit comments