diff options
Diffstat (limited to 'components/gfx/platform/macos/font_context.rs')
-rw-r--r-- | components/gfx/platform/macos/font_context.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/gfx/platform/macos/font_context.rs b/components/gfx/platform/macos/font_context.rs index e65381c3bbc..e35aadb9910 100644 --- a/components/gfx/platform/macos/font_context.rs +++ b/components/gfx/platform/macos/font_context.rs @@ -2,7 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#[deriving(Clone)] +#[derive(Clone)] pub struct FontContextHandle { ctx: () } |