auto merge of #2302 : Manishearth/servo/attr, r=Ms2ger

This commit is contained in:
bors-servo 2014-05-03 12:31:25 -04:00
commit 4051a8096d

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;