Codebase list rust-libslirp / 5c2b419
clap: add missing patches Ximin Luo 5 years ago
2 changed file(s) with 22 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 --- a/Cargo.toml 2018-09-07 20:46:25.639402810 -0700
1 +++ b/Cargo.toml 2018-09-07 20:46:37.055559250 -0700
2 @@ -71,10 +71,6 @@
3 [dependencies.bitflags]
4 version = "1.0"
5
6 -[dependencies.clippy]
7 -version = "~0.0.166"
8 -optional = true
9 -
10 [dependencies.strsim]
11 version = "0.7.0"
12 optional = true
13 @@ -110,7 +106,6 @@
14 debug = []
15 default = ["suggestions", "color", "vec_map"]
16 doc = ["yaml"]
17 -lints = ["clippy"]
18 nightly = []
19 no_cargo = []
20 suggestions = ["strsim"]