Skip to content

Commit

Permalink
Fix build with rustc-dep-of-std in the latest nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu d'Antras authored and Amanieu committed Jan 20, 2021
1 parent 062a415 commit 357bfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -19,7 +19,7 @@
// Attributes needed when building as part of the standard library
#![cfg_attr(
feature = "rustc-dep-of-std",
feature(cfg_target_vendor, link_cfg, no_core)
feature(link_cfg, no_core)
)]
#![cfg_attr(libc_thread_local, feature(thread_local))]
// Enable extra lints:
Expand Down

0 comments on commit 357bfa5

Please sign in to comment.