Skip to content

Commit

Permalink
style: followup post-review nit.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Nov 8, 2018
1 parent de5584c commit 264a679
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/style/values/specified/list.rs
Expand Up @@ -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]>>
);
Expand Down

0 comments on commit 264a679

Please sign in to comment.