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 705ac74 commit e336619Copy full SHA for e336619
html5ever/src/tree_builder/mod.rs
@@ -58,9 +58,6 @@ pub struct TreeBuilderOpts {
58
/// Should we drop the DOCTYPE (if any) from the tree?
59
pub drop_doctype: bool,
60
61
- /// Obsolete, ignored.
62
- pub ignore_missing_rules: bool,
63
-
64
/// Initial TreeBuilder quirks mode. Default: NoQuirks
65
pub quirks_mode: QuirksMode,
66
}
@@ -72,7 +69,6 @@ impl Default for TreeBuilderOpts {
72
69
scripting_enabled: true,
73
70
iframe_srcdoc: false,
74
71
drop_doctype: false,
75
- ignore_missing_rules: false,
76
quirks_mode: NoQuirks,
77
78
0 commit comments