mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Temporarily allow PseudoElementContentItem unused variant
This commit is contained in:
parent
1cdd66a0a7
commit
60fd1e005a
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ pub(super) enum NonReplacedContents {
|
|||
|
||||
pub(super) enum PseudoElementContentItem {
|
||||
Text(String),
|
||||
#[allow(dead_code)]
|
||||
Replaced(ReplacedContent),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue