File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change
1
+ cargo-features = [" edition" ]
2
+
1
3
[package ]
2
4
name = " clippy"
3
5
version = " 0.0.205"
@@ -15,6 +17,7 @@ license = "MPL-2.0"
15
17
keywords = [" clippy" , " lint" , " plugin" ]
16
18
categories = [" development-tools" , " development-tools::cargo-plugins" ]
17
19
build = " build.rs"
20
+ edition = " 2018"
18
21
19
22
[badges ]
20
23
travis-ci = { repository = " rust-lang-nursery/rust-clippy" }
Original file line number Diff line number Diff line change
1
+ cargo-features = [" edition" ]
2
+
1
3
[package ]
2
4
name = " clippy_lints"
3
5
# begin automatic update
@@ -14,6 +16,7 @@ repository = "https://github.com/rust-lang-nursery/rust-clippy"
14
16
readme = " README.md"
15
17
license = " MPL-2.0"
16
18
keywords = [" clippy" , " lint" , " plugin" ]
19
+ edition = " 2018"
17
20
18
21
[dependencies ]
19
22
cargo_metadata = " 0.5"
You can’t perform that action at this time.
0 commit comments