File: disable-unstable-doc.patch

package info (click to toggle)
rust-clap 4.5.48-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 936 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- clap.orig/Cargo.toml
+++ clap/Cargo.toml
@@ -44 +43,0 @@
-features = ["unstable-doc"]
@@ -50,3 +48,0 @@
-[package.metadata.playground]
-features = ["unstable-doc"]
-
@@ -431,4 +426,0 @@
-unstable-doc = [
-    "clap_builder/unstable-doc",
-    "derive",
-]