mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
chore: format
This commit is contained in:
parent
016b8a7c1b
commit
52ac3e6e92
1 changed files with 4 additions and 4 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue