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

24 lines
690 B

--- derive_more-0.99.13/Cargo.toml 1970-01-01T00:00:00+00:00
+++ derive_more-0.99.13/Cargo.toml 2021-04-20T20:41:10.649861+00:00
@@ -29,11 +29,6 @@
name = "derive_more"
proc-macro = true
-[[example]]
-name = "deny_missing_docs"
-path = "examples/deny_missing_docs.rs"
-required-features = ["add_assign", "add", "as_mut", "as_ref", "constructor", "deref", "deref_mut", "display", "from", "from_str", "index", "index_mut", "into", "mul_assign", "mul", "not", "try_into", "is_variant"]
-
[[test]]
name = "add_assign"
path = "tests/add_assign.rs"
@@ -175,7 +170,7 @@
optional = true
[build-dependencies.rustc_version]
-version = "0.2"
+version = "0.3"
optional = true
[features]