fix: construct_runtime multiple features (#12594)

* fix: construct_runtime multiple features

* Update frame/support/procedural/src/construct_runtime/mod.rs

Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
Daniel Shiposha
2022-11-02 02:10:43 +03:00
committed by GitHub
parent 76bcbd09a5
commit 73a65711e8
4 changed files with 95 additions and 12 deletions
+1
View File
@@ -51,6 +51,7 @@ try-runtime = ["frame-support/try-runtime"]
# Only CI runs with this feature enabled. This feature is for testing stuff related to the FRAME macros
# in conjunction with rust features.
frame-feature-testing = []
frame-feature-testing-2 = []
# Disable ui tests
disable-ui-tests = []
no-metadata-docs = ["frame-support/no-metadata-docs"]