Bring back cfg_target_vendor, which is still used

This commit is contained in:
Tamir Duberstein 2017-09-17 07:41:05 -04:00
parent 4689af9b7b
commit 8e26ee6e54
No known key found for this signature in database
GPG Key ID: 1C1E98CC8E17BB89

View File

@ -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)]