Skip to content

Commit 136bf19

Browse files
committed
Auto merge of rust-lang#768 - tamird:bring-back-target-vendor, r=alexcrichton
Bring back cfg_target_vendor, which is still used r? @alexcrichton rust-lang#44515 (comment)
2 parents 4689af9 + 8e26ee6 commit 136bf19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
))]
8484

8585
// Attributes needed when building as part of the standard library
86-
#![cfg_attr(feature = "stdbuild", feature(no_std, staged_api, custom_attribute))]
86+
#![cfg_attr(feature = "stdbuild", feature(no_std, staged_api, custom_attribute, cfg_target_vendor))]
8787
#![cfg_attr(feature = "stdbuild", feature(link_cfg))]
8888
#![cfg_attr(feature = "stdbuild", no_std)]
8989
#![cfg_attr(feature = "stdbuild", staged_api)]

0 commit comments

Comments
 (0)