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 e5338dc commit 3b7ac03Copy full SHA for 3b7ac03
html5ever/src/serialize/mod.rs
@@ -46,7 +46,7 @@ impl Default for SerializeOpts {
46
}
47
48
#[derive(Default)]
49
-pub struct ElemInfo {
+struct ElemInfo {
50
html_name: Option<LocalName>,
51
ignore_children: bool,
52
processed_first_child: bool,
0 commit comments