Skip to content

Commit e336619

Browse files
committed
Remove unused ignore_missing_rules TreeBuilder option
Signed-off-by: Nico Burns <[email protected]>
1 parent 705ac74 commit e336619

File tree

1 file changed

+0
-4
lines changed
  • html5ever/src/tree_builder

1 file changed

+0
-4
lines changed

html5ever/src/tree_builder/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ pub struct TreeBuilderOpts {
5858
/// Should we drop the DOCTYPE (if any) from the tree?
5959
pub drop_doctype: bool,
6060

61-
/// Obsolete, ignored.
62-
pub ignore_missing_rules: bool,
63-
6461
/// Initial TreeBuilder quirks mode. Default: NoQuirks
6562
pub quirks_mode: QuirksMode,
6663
}
@@ -72,7 +69,6 @@ impl Default for TreeBuilderOpts {
7269
scripting_enabled: true,
7370
iframe_srcdoc: false,
7471
drop_doctype: false,
75-
ignore_missing_rules: false,
7672
quirks_mode: NoQuirks,
7773
}
7874
}

0 commit comments

Comments
 (0)