File: disable-debug.diff

package info (click to toggle)
rust-clap-complete 4.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 264 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 342 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: clap-complete/Cargo.toml
===================================================================
--- clap-complete.orig/Cargo.toml
+++ clap-complete/Cargo.toml
@@ -141,7 +141,7 @@ features = [
 default-features = false
 
 [features]
-debug = ["clap/debug"]
+#debug = ["clap/debug"]
 default = []
 unstable-dynamic = [
     "dep:clap_lex",