diff options
author | Emilio Cobos Álvarez <ecoal95@gmail.com> | 2016-03-30 14:26:48 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <ecoal95@gmail.com> | 2016-03-30 14:28:13 +0200 |
commit | 46829bd53ced5d7d5a4b4c6600f2061cc8720536 (patch) | |
tree | 763df8b82d79d05c50e8b28783c54358665c0450 /tests/unit/util/lib.rs | |
parent | 4460712a8f00772f60ed066caa1e9471e8fc19a8 (diff) | |
download | servo-46829bd53ced5d7d5a4b4c6600f2061cc8720536.tar.gz servo-46829bd53ced5d7d5a4b4c6600f2061cc8720536.zip |
tests: Fix warning in unit tests
Diffstat (limited to 'tests/unit/util/lib.rs')
-rw-r--r-- | tests/unit/util/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/util/lib.rs b/tests/unit/util/lib.rs index b3157b85ca0..a844057a4b0 100644 --- a/tests/unit/util/lib.rs +++ b/tests/unit/util/lib.rs @@ -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)] |