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-fix-metadata.diff

14 lines
395 B

--- lazycell-1.2.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ lazycell-1.2.0/Cargo.toml 2018-11-04T17:10:09.098108+01:00
@@ -21,10 +21,3 @@
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"]