--- derive_more-0.99.17/Cargo.toml 1970-01-01T00:00:01+00:00 +++ derive_more-0.99.17/Cargo.toml 2021-11-30T12:13:46.079200+00:00 @@ -27,11 +27,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", "is_variant"] [[test]] name = "add_assign"