File: disable-doctests.patch

package info (click to toggle)
rust-time-core 0.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 120 kB
  • sloc: makefile: 4
file content (16 lines) | stat: -rw-r--r-- 390 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Disable doctests which back depend on parent package time
Last-Update: 2023-03-02
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: b/Cargo.toml
===================================================================
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,6 +42,7 @@
 [lib]
 name = "time_core"
 path = "src/lib.rs"
+doctest = false
 
 [dependencies]