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
@@ -14,10 +14,10 @@ publish = false
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-arithmetic = { version = "5.0.0", path = ".." }
honggfuzz = "0.5.49"
primitive-types = "0.11.1"
num-bigint = "0.2"
primitive-types = "0.11.1"
sp-arithmetic = { version = "5.0.0", path = ".." }
[[bin]]
name = "biguint"