File: cargo-toml-remove-example.diff

package info (click to toggle)
rust-derive-more-0.99 0.99.18-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 596 kB
  • sloc: makefile: 4
file content (33 lines) | stat: -rw-r--r-- 534 bytes parent folder | download
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"