about summary refs log tree commit diff
path: root/src/librustc_data_structures
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2019-07-27 15:06:49 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2019-07-31 21:27:59 +0300
commit73dae4eaf99c06f54b6cf642d18cc1bd3c30ead8 (patch)
treeae239433b4f12f1fbd6fb01a6a7f342fd8cfba0e /src/librustc_data_structures
parent9152fe4ea053a29469691349f4b63aa94c9aac56 (diff)
downloadrust-73dae4eaf99c06f54b6cf642d18cc1bd3c30ead8.tar.gz
rust-73dae4eaf99c06f54b6cf642d18cc1bd3c30ead8.zip
Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]`
Diffstat (limited to 'src/librustc_data_structures')
-rw-r--r--src/librustc_data_structures/lib.rs2
1 files changed, 1 insertions, 1 deletions
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))]