diff options
Diffstat (limited to 'components/gfx/font_template.rs')
-rw-r--r-- | components/gfx/font_template.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/gfx/font_template.rs b/components/gfx/font_template.rs index 833495d2177..d90df2b3bdb 100644 --- a/components/gfx/font_template.rs +++ b/components/gfx/font_template.rs @@ -15,7 +15,7 @@ use font::FontHandleMethods; /// This is very basic at the moment and needs to be /// expanded or refactored when we support more of the /// font styling parameters. -#[deriving(Clone, Copy)] +#[derive(Clone, Copy)] pub struct FontTemplateDescriptor { pub weight: font_weight::T, pub italic: bool, |