File: skip-doctests.diff

package info (click to toggle)
rust-rust-apt 0.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 620 kB
  • sloc: cpp: 703; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 200 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,6 +26,9 @@
 license = "GPL-3.0-or-later"
 repository = "https://gitlab.com/volian/rust-apt"
 
+[lib]
+doctest = false
+
 [dependencies.cxx]
 version = "1.0"