Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate ::before and ::after content for layout_2020 #25817

Merged
merged 5 commits into from Feb 25, 2020
Prev

Temporarily allow PseudoElementContentItem unused variant

  • Loading branch information
ferjm committed Feb 25, 2020
commit 60fd1e005ab34f1d67f63a4db87c4d8fc310345c
@@ -49,6 +49,7 @@ pub(super) enum NonReplacedContents {

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

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.