mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 07:04:18 +00:00
Upgrade to edition 2018
This commit is contained in:
parent
424a33720d
commit
551c02ecbf
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
cargo-features = ["edition"]
|
||||
|
||||
[package]
|
||||
name = "clippy"
|
||||
version = "0.0.205"
|
||||
|
@ -15,6 +17,7 @@ license = "MPL-2.0"
|
|||
keywords = ["clippy", "lint", "plugin"]
|
||||
categories = ["development-tools", "development-tools::cargo-plugins"]
|
||||
build = "build.rs"
|
||||
edition = "2018"
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "rust-lang-nursery/rust-clippy" }
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
cargo-features = ["edition"]
|
||||
|
||||
[package]
|
||||
name = "clippy_lints"
|
||||
# begin automatic update
|
||||
|
@ -14,6 +16,7 @@ repository = "https://github.com/rust-lang-nursery/rust-clippy"
|
|||
readme = "README.md"
|
||||
license = "MPL-2.0"
|
||||
keywords = ["clippy", "lint", "plugin"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
cargo_metadata = "0.5"
|
||||
|
|
Loading…
Reference in a new issue