Bring back cfg_target_vendor, which is still used
This commit is contained in:
parent
4689af9b7b
commit
8e26ee6e54
@ -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)]
|
||||
|
Loading…
Reference in New Issue
Block a user