Improve spans of pallet macro (#7830)

* fix spans

* convert name to snake case
This commit is contained in:
Guillaume Thiolliere
2021-01-06 10:16:05 +01:00
committed by GitHub
parent d2ac8bd941
commit 66a9093fa3
27 changed files with 303 additions and 144 deletions
+1
View File
@@ -1658,6 +1658,7 @@ dependencies = [
name = "frame-support-procedural"
version = "2.0.0"
dependencies = [
"Inflector",
"frame-support-procedural-tools",
"proc-macro2",
"quote",