Fix: cfg_target_feature is stable since 1.27.

This commit is contained in:
Henry de Valence 2018-11-29 11:12:01 -08:00
parent be77af1cd8
commit 3233e2eac6
2 changed files with 0 additions and 2 deletions

View file

@ -7,7 +7,6 @@
feature(link_llvm_intrinsics)
)]
#![cfg_attr(all(feature = "alloc", not(feature = "std")), feature(alloc))]
#![cfg_attr(feature = "nightly", feature(cfg_target_feature))]
#![allow(unused_variables)]
#![allow(non_snake_case)]
#![allow(dead_code)]

View file

@ -19,7 +19,6 @@
)]
#![cfg_attr(feature = "nightly", feature(test))]
#![cfg_attr(all(feature = "alloc", not(feature = "std")), feature(alloc))]
#![cfg_attr(feature = "nightly", feature(cfg_target_feature))]
#![cfg_attr(feature = "nightly", feature(external_doc))]
// Refuse to compile if documentation is missing, but only on nightly.
//