mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
tests: Fix warning in unit tests
This commit is contained in:
parent
4460712a8f
commit
46829bd53c
2 changed files with 2 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
* 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/. */
|
||||
|
||||
#![cfg_attr(test, feature(plugin, custom_derive, heap_api))]
|
||||
#![cfg_attr(test, feature(plugin, custom_derive))]
|
||||
#![cfg_attr(test, plugin(plugins))]
|
||||
#![feature(alloc)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue