Commit 9d07de6
committed
fix: add missing derive macros for
CSSInteger is used as a field type in MediaCondition and ParsedComponent
enums, which require serde, jsonschema, visitor, and into_owned derives
when their respective features are enabled.
This commit adds the necessary conditional derive attributes to fix
compilation errors when running `cargo test --all-features`.CSSInteger
1 parent 31ea74e commit 9d07de6
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
127 | 129 | | |
128 | 130 | | |
129 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
130 | 136 | | |
131 | 137 | | |
132 | 138 | | |
| |||
0 commit comments