File: disable-doctests.patch

package info (click to toggle)
rust-libheif-rs 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,268 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 157 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -69,6 +69,7 @@
 [lib]
 name = "libheif_rs"
 path = "src/lib.rs"
+doctest = false
 
 [[test]]
 name = "heif_struct_test"