mirror of
https://github.com/servo/servo.git
synced 2025-07-13 18:33:40 +01:00
style: followup post-review nit.
This commit is contained in:
parent
de5584c1f6
commit
264a679c50
1 changed files with 1 additions and 2 deletions
|
@ -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]>>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue