mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Derive ToCss for Symbols
This commit is contained in:
parent
ba1d3d4b81
commit
a71b5d5e16
2 changed files with 4 additions and 17 deletions
|
@ -131,6 +131,8 @@ struct CssInputAttrs {
|
|||
derive_debug: bool,
|
||||
function: Option<Function>,
|
||||
comma: bool,
|
||||
// Here because structs variants are also their whole type definition.
|
||||
iterable: bool,
|
||||
}
|
||||
|
||||
#[darling(attributes(css), default)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue