mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Resolves #7031 - Fix warnings in ./mach test-ref
This commit is contained in:
parent
9e52dd8cee
commit
ec9502b0de
2 changed files with 5 additions and 5 deletions
|
@ -2,8 +2,8 @@
|
|||
* 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/. */
|
||||
|
||||
#![feature(plugin, custom_derive, heap_api)]
|
||||
#![plugin(plugins)]
|
||||
#![cfg_attr(test, feature(plugin, custom_derive, heap_api))]
|
||||
#![cfg_attr(test, plugin(plugins))]
|
||||
extern crate util;
|
||||
extern crate libc;
|
||||
extern crate euclid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue