Remove cfg_target_vendor attribute.

master
Gerd Zellweger 2019-02-07 17:25:35 -08:00 committed by edef
parent 13e92dad88
commit ea15bf5e33
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
// 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
// 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(test, feature(test))]
#![no_std]