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

Commit 0af6df5

Browse files
authored
Delete legacy runtime metadata macros (#9043)
1 parent d089179 commit 0af6df5

File tree

2 files changed

+2
-662
lines changed

2 files changed

+2
-662
lines changed

frame/support/src/lib.rs

+2-2
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)