diff --git a/src/lib.rs b/src/lib.rs index bc211273..366ccff1 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)]