Remove derives Encodable/Decodable and unstabilize attribute #[bench]

This commit is contained in:
Vadim Petrochenkov
2019-07-27 15:06:49 +03:00
parent 9152fe4ea0
commit 73dae4eaf9
20 changed files with 224 additions and 298 deletions

View File

@@ -18,7 +18,7 @@
// cargo) to detect this crate.
#![crate_name = "test"]
#![unstable(feature = "test", issue = "27812")]
#![unstable(feature = "test", issue = "50297")]
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/", test(attr(deny(warnings))))]
#![feature(asm)]
#![cfg_attr(any(unix, target_os = "cloudabi"), feature(libc, rustc_private))]