mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Use new attribute syntax
This commit is contained in:
parent
812d70942f
commit
7ce3c244a2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue