File: disable-doctests.patch

package info (click to toggle)
rust-clap-help 1.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 848 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,6 +34,7 @@
 [lib]
 name = "clap_help"
 path = "src/lib.rs"
+doctest = false
 
 [[example]]
 name = "area"