--- derive_more-0.99.7/Cargo.toml 2020-05-16T00:34:13+00:00 +++ derive_more-0.99.7/Cargo.toml 2020-05-16T17:40:36.338707+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"