Check for invalid modules when registering a pallet in construct_runtime (#4520)

This commit is contained in:
Bastian Köcher
2020-01-02 20:10:20 +01:00
committed by GitHub
parent 508f94acdf
commit 4a9697db94
5 changed files with 31 additions and 16 deletions
@@ -9,7 +9,6 @@ proc-macro = true
[dependencies]
frame-support-procedural-tools = { version = "2.0.0", path = "./tools" }
proc-macro2 = "1.0.6"
quote = "1.0.2"
syn = { version = "1.0.7", features = ["full"] }