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

Commit

Permalink
remove deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
juangirini committed May 25, 2023
1 parent 41696e8 commit 8121a6f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,9 @@ pub fn expand_outer_config(
}

// TODO [#14065]
// - remove the deprecation attribute before merging the PR
// - deprecate it (for real)
// - deprecate it
// - later, remove it
#[cfg(any(feature = "std", test))]
#[deprecated(note = "Use `RuntimeGenesisConfig` instead")] // just to make sure CI passes before merging the PR
pub type GenesisConfig = RuntimeGenesisConfig;

#[cfg(any(feature = "std", test))]
Expand Down

0 comments on commit 8121a6f

Please sign in to comment.