mirror of
https://github.com/servo/servo.git
synced 2025-07-13 10:23: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.
|
/// Specified and computed `quotes` property.
|
||||||
#[derive(Clone, Debug, MallocSizeOf, PartialEq, SpecifiedValueInfo, ToComputedValue, ToCss)]
|
#[derive(Clone, Debug, MallocSizeOf, PartialEq, SpecifiedValueInfo, ToComputedValue, ToCss)]
|
||||||
pub struct Quotes(
|
pub struct Quotes(
|
||||||
#[css(if_empty = "none")]
|
#[css(iterable, if_empty = "none")]
|
||||||
#[css(iterable)]
|
|
||||||
#[ignore_malloc_size_of = "Arc"]
|
#[ignore_malloc_size_of = "Arc"]
|
||||||
pub Arc<Box<[QuotePair]>>
|
pub Arc<Box<[QuotePair]>>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue