From 8e26ee6e54fcac65fb2bf067d69f6e6153d0ed31 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Sun, 17 Sep 2017 07:41:05 -0400 Subject: Bring back cfg_target_vendor, which is still used --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index bc2112730d..366ccff171 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -83,7 +83,7 @@ ))] // Attributes needed when building as part of the standard library -#![cfg_attr(feature = "stdbuild", feature(no_std, staged_api, custom_attribute))] +#![cfg_attr(feature = "stdbuild", feature(no_std, staged_api, custom_attribute, cfg_target_vendor))] #![cfg_attr(feature = "stdbuild", feature(link_cfg))] #![cfg_attr(feature = "stdbuild", no_std)] #![cfg_attr(feature = "stdbuild", staged_api)] -- cgit v1.2.1