chore: format

This commit is contained in:
Vlad 2015-10-19 15:00:13 +03:00
parent 016b8a7c1b
commit 52ac3e6e92

View file

@ -19,8 +19,8 @@ yaml-rust = { version = "~0.2.2", optional = true }
#clippy = { version = "~0.0.12", optional = true }
[features]
default=["suggestions", "color"]
suggestions=["strsim"]
default = ["suggestions", "color"]
suggestions = ["strsim"]
color = ["ansi_term"]
yaml = ["yaml-rust"]
#lints = ["clippy", "nightly"]