1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,30 +51,6 @@
path = "src/lib.rs"
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"
path = "tests/add.rs"
|