Skip to content

Commit 3b7ac03

Browse files
committed
Restore ElemInfo private
1 parent e5338dc commit 3b7ac03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html5ever/src/serialize/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ impl Default for SerializeOpts {
4646
}
4747

4848
#[derive(Default)]
49-
pub struct ElemInfo {
49+
struct ElemInfo {
5050
html_name: Option<LocalName>,
5151
ignore_children: bool,
5252
processed_first_child: bool,

0 commit comments

Comments
 (0)