Basic TOML Lint (#11348)

* basic lint

* lint ordering
This commit is contained in:
Shawn Tabrizi
2022-05-04 14:38:54 +01:00
committed by GitHub
parent 19a9e56444
commit 7d5202341b
186 changed files with 1435 additions and 1531 deletions
+2 -2
View File
@@ -9,10 +9,10 @@ repository = "https://github.com/paritytech/substrate/"
description = "Substrate test utilities macros"
[dependencies]
quote = "1.0.10"
syn = { version = "1.0.82", features = ["full"] }
proc-macro-crate = "1.1.3"
proc-macro2 = "1.0.37"
quote = "1.0.10"
syn = { version = "1.0.82", features = ["full"] }
[lib]
proc-macro = true