Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 35a05ae

Browse files
committed
use_extern_macros stabilization
With recent nightlies rustc produces a warning ``` the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable ```
1 parent d4bad6f commit 35a05ae

File tree

1 file changed

+0
-1
lines changed
  • substrate/runtime-std/src

1 file changed

+0
-1
lines changed

substrate/runtime-std/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#![cfg_attr(not(feature = "std"), feature(panic_implementation))]
2222
#![cfg_attr(not(feature = "std"), feature(core_intrinsics))]
2323
#![cfg_attr(not(feature = "std"), feature(alloc))]
24-
#![cfg_attr(not(feature = "std"), feature(use_extern_macros))]
2524

2625
#![cfg_attr(feature = "std", doc = "Polkadot runtime standard library as compiled when linked with Rust's standard library.")]
2726
#![cfg_attr(not(feature = "std"), doc = "Polkadot's runtime standard library as compiled without Rust's standard library.")]

0 commit comments

Comments
 (0)