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
@@ -11,11 +11,11 @@ readme = "README.md"
[dependencies]
futures = "0.3.21"
futures-timer = "3.0.2"
lazy_static = "1.4.0"
log = "0.4"
parking_lot = "0.12.0"
prometheus = { version = "0.13.0", default-features = false }
futures-timer = "3.0.2"
log = "0.4"
[features]
default = ["metered"]