Remove cfg_target_vendor attribute.
This commit is contained in:
parent
13e92dad88
commit
ea15bf5e33
|
@ -4,7 +4,7 @@
|
||||||
// http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
|
// http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
|
||||||
// http://opensource.org/licenses/MIT>, at your option. This file may not be
|
// http://opensource.org/licenses/MIT>, at your option. This file may not be
|
||||||
// copied, modified, or distributed except according to those terms.
|
// copied, modified, or distributed except according to those terms.
|
||||||
#![feature(asm, naked_functions, cfg_target_vendor, untagged_unions)]
|
#![feature(asm, naked_functions, untagged_unions)]
|
||||||
#![cfg_attr(feature = "alloc", feature(alloc, allocator_api))]
|
#![cfg_attr(feature = "alloc", feature(alloc, allocator_api))]
|
||||||
#![cfg_attr(test, feature(test))]
|
#![cfg_attr(test, feature(test))]
|
||||||
#![no_std]
|
#![no_std]
|
||||||
|
|
Loading…
Reference in New Issue