Use new attribute syntax

This commit is contained in:
Manish Goregaokar 2014-05-03 21:13:59 +05:30
parent 812d70942f
commit 7ce3c244a2

View file

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this * 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/. */ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#[allow(uppercase_variables)]; #![allow(uppercase_variables)]
extern crate freetype; extern crate freetype;
extern crate fontconfig; extern crate fontconfig;