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

15 lines
513 B

--- derive_more-0.99.11/Cargo.toml 2020-09-30T19:02:26+00:00
+++ derive_more-0.99.11/Cargo.toml 2020-10-01T09:36:26.733253+00:00
@@ -28,11 +28,6 @@
[lib]
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"]
[[test]]
name = "add_assign"