Derive ToCss for Symbols

This commit is contained in:
Anthony Ramine 2018-03-02 20:22:03 +01:00
parent ba1d3d4b81
commit a71b5d5e16
2 changed files with 4 additions and 17 deletions

View file

@ -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)]