From 73dae4eaf99c06f54b6cf642d18cc1bd3c30ead8 Mon Sep 17 00:00:00 2001 From: Vadim Petrochenkov Date: Sat, 27 Jul 2019 15:06:49 +0300 Subject: Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]` --- src/librustc_data_structures/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/librustc_data_structures') diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs index bb27637912b..8fb0ea0271b 100644 --- a/src/librustc_data_structures/lib.rs +++ b/src/librustc_data_structures/lib.rs @@ -22,9 +22,9 @@ #![feature(stmt_expr_attributes)] #![feature(core_intrinsics)] #![feature(integer_atomics)] +#![feature(test)] #![cfg_attr(unix, feature(libc))] -#![cfg_attr(test, feature(test))] #![cfg_attr(not(bootstrap), allow(rustc::default_hash_types))] -- cgit 1.4.1-3-g733a5