Skip to content

Commit 8e26ee6

Browse files
committed
Bring back cfg_target_vendor, which is still used
1 parent 4689af9 commit 8e26ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
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)