Resolves #7031 - Fix warnings in ./mach test-ref

This commit is contained in:
David Rajchenbach-Teller 2015-08-06 14:50:27 +02:00
parent 9e52dd8cee
commit ec9502b0de
2 changed files with 5 additions and 5 deletions

View file

@ -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;