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

Commit 99e248a

Browse files
ascjonesAndrei Navoichyk
authored andcommitted
Delete legacy runtime metadata macros (paritytech#9043)
1 parent 585d2a2 commit 99e248a

File tree

2 files changed

+2
-662
lines changed

2 files changed

+2
-662
lines changed

frame/support/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ pub use sp_io::{storage::root as storage_root, self};
4646
pub use sp_runtime::RuntimeDebug;
4747
#[doc(hidden)]
4848
pub use log;
49+
#[doc(hidden)]
50+
pub use frame_metadata as metadata;
4951

5052
#[macro_use]
5153
mod origin;
@@ -56,8 +58,6 @@ mod hash;
5658
#[macro_use]
5759
pub mod event;
5860
#[macro_use]
59-
pub mod metadata;
60-
#[macro_use]
6161
pub mod genesis_config;
6262
#[macro_use]
6363
pub mod inherent;

0 commit comments

Comments
 (0)