From ea15bf5e33e43ccc3e45e097b89aa157bf27ad8f Mon Sep 17 00:00:00 2001 From: Gerd Zellweger Date: Thu, 7 Feb 2019 17:25:35 -0800 Subject: [PATCH] Remove cfg_target_vendor attribute. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 916da5b..c0b6cda 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,7 +4,7 @@ // http://apache.org/licenses/LICENSE-2.0> or the MIT license , 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]