Skip to content

Commit

Permalink
Temporarily allow PseudoElementContentItem unused variant
Browse files Browse the repository at this point in the history
  • Loading branch information
ferjm committed Feb 25, 2020
1 parent 1cdd66a commit 60fd1e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/layout_2020/dom_traversal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ pub(super) enum NonReplacedContents {

pub(super) enum PseudoElementContentItem {
Text(String),
#[allow(dead_code)]
Replaced(ReplacedContent),
}

Expand Down

0 comments on commit 60fd1e0

Please sign in to comment.