File: disable-doctests.diff

package info (click to toggle)
rust-allocator-api2 0.2.16-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 456 kB
  • sloc: makefile: 8
file content (12 lines) | stat: -rw-r--r-- 228 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,6 +21,9 @@
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/zakarumych/allocator-api2"
 
+[lib]
+doctest = false
+
 [dependencies.serde]
 version = "1.0"
 optional = true