Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit 772bb2f

Browse files
committed
Derive Clone for CSSTextDecoration
1 parent 33df325 commit 772bb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

values.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ pub enum CSSTextAlign {
303303
CSSTextAlignJustify
304304
}
305305

306-
#[deriving(Eq)]
306+
#[deriving(Eq, Clone)]
307307
pub enum CSSTextDecoration {
308308
CSSTextDecorationNone,
309309
CSSTextDecorationUnderline,

0 commit comments

Comments
 (0)