File: disable-unstable-doc.patch

package info (click to toggle)
rust-clap-3 3.2.25-10
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,200 kB
  • sloc: makefile: 2
file content (32 lines) | stat: -rw-r--r-- 588 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
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,7 +37,6 @@
     "-Zunstable-options",
     "-Zrustdoc-scrape-examples=examples",
 ]
-features = ["unstable-doc"]
 rustdoc-args = [
     "--cfg",
     "docsrs",
@@ -50,3 +46,0 @@
-[package.metadata.playground]
-features = ["unstable-doc"]
-
@@ -437,17 +433,6 @@
     "textwrap/unicode-width",
     "unicase",
 ]
-unstable-doc = [
-    "derive",
-    "cargo",
-    "wrap_help",
-    "yaml",
-    "env",
-    "unicode",
-    "regex",
-    "unstable-replace",
-    "unstable-grouped",
-]
 unstable-grouped = []
 unstable-replace = []
 unstable-v4 = [