summaryrefslogtreecommitdiffstats
path: root/src/parse_style.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse_style.rs')
-rw-r--r--src/parse_style.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse_style.rs b/src/parse_style.rs
index f6e6d251..30106ba3 100644
--- a/src/parse_style.rs
+++ b/src/parse_style.rs
@@ -66,6 +66,7 @@ impl Style {
}
bitflags! {
+ #[derive(Clone, Copy, Debug, PartialEq)]
struct DecorationAttributes: u8 {
const EMPTY = 0b00000000;
const BOX = 0b00000001;