From 7ce3c244a224968ec30fddf28069df30a17cd2a4 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sat, 3 May 2014 21:13:59 +0530 Subject: [PATCH] Use new attribute syntax --- src/components/gfx/platform/linux/font_list.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/gfx/platform/linux/font_list.rs b/src/components/gfx/platform/linux/font_list.rs index 363c7e0833c..31e50860c76 100644 --- a/src/components/gfx/platform/linux/font_list.rs +++ b/src/components/gfx/platform/linux/font_list.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/. */ -#[allow(uppercase_variables)]; +#![allow(uppercase_variables)] extern crate freetype; extern crate fontconfig;