File: disable-doctests.patch

package info (click to toggle)
rust-libflate-lz77 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 132 kB
  • sloc: makefile: 4
file content (21 lines) | stat: -rw-r--r-- 428 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
Description: Disable doctests to avoid circular dependency with libflate
Forwarded: not-needed
Last-Update: 2024-10-13
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,5 +35,7 @@
 
-[dev-dependencies.libflate]
-version = "2.0"
-default-features = false
+[lib]
+doctest = false
+#[dev-dependencies.libflate]
+#version = "2.0"
+#default-features = false
 
@@ -43,3 +45,3 @@
     "core2/std",
-    "libflate/std",
+#    "libflate/std",
 ]