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

Commit

Permalink
Delete legacy runtime metadata macros (paritytech#9043)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascjones authored and Andrei Navoichyk committed Sep 9, 2022
1 parent 585d2a2 commit 99e248a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 662 deletions.
4 changes: 2 additions & 2 deletions frame/support/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ pub use sp_io::{storage::root as storage_root, self};
pub use sp_runtime::RuntimeDebug;
#[doc(hidden)]
pub use log;
#[doc(hidden)]
pub use frame_metadata as metadata;

#[macro_use]
mod origin;
Expand All @@ -56,8 +58,6 @@ mod hash;
#[macro_use]
pub mod event;
#[macro_use]
pub mod metadata;
#[macro_use]
pub mod genesis_config;
#[macro_use]
pub mod inherent;
Expand Down
Loading

0 comments on commit 99e248a

Please sign in to comment.