You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-lazycell/lazycell-0.6.0-fix-metadata...

14 lines
395 B

--- lazycell-0.6.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ lazycell-0.6.0/Cargo.toml 2017-11-29T10:44:39.126773+01:00
@@ -21,10 +21,6 @@
keywords = ["lazycell", "lazy", "cell", "library"]
license = "MIT/Apache-2.0"
repository = "https://github.com/indiv0/lazycell"
-[dependencies.clippy]
-version = "0.0"
-optional = true
[features]
nightly = []
-nightly-testing = ["clippy", "nightly"]