From 357bfa52c9d80542484233ef2224bc4443de623b Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Thu, 24 Dec 2020 17:48:20 +0100 Subject: [PATCH] Fix build with rustc-dep-of-std in the latest nightly --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index f52e428fd6573..290ec5b17eeb4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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: