Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 863ca0801b
commit 6c86e42c66
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -0,0 +1,12 @@
--- derive_more-0.99.5/Cargo.toml 2020-03-28T14:03:40+00:00
+++ derive_more-0.99.5/Cargo.toml 2020-03-29T08:06:35.319184+00:00
@@ -29,9 +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"]
[[test]]

@ -13,6 +13,9 @@ Summary: Adds #[derive(x)] macros for more traits
License: MIT
URL: https://crates.io/crates/derive_more
Source: %{crates_source}
# Initial patched metadata
# * examples are not published
Patch0: derive_more-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}

Loading…
Cancel
Save