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

style: Sync changes from mozilla-central. #22143

Merged
merged 11 commits into from Nov 8, 2018

style: followup post-review nit.

  • Loading branch information
emilio committed Nov 8, 2018
commit 264a679c50befe866148902ce5bf06c870331d3c
@@ -86,8 +86,7 @@ pub struct QuotePair {
/// Specified and computed `quotes` property.
#[derive(Clone, Debug, MallocSizeOf, PartialEq, SpecifiedValueInfo, ToComputedValue, ToCss)]
pub struct Quotes(
#[css(if_empty = "none")]
#[css(iterable)]
#[css(iterable, if_empty = "none")]
#[ignore_malloc_size_of = "Arc"]
pub Arc<Box<[QuotePair]>>
);
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.