File: disable-doctests.diff

package info (click to toggle)
rust-editor-command 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 172 kB
  • sloc: makefile: 4
file content (12 lines) | stat: -rw-r--r-- 211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,6 +20,9 @@
 license = "MIT"
 repository = "https://github.com/LucasPickering/editor-command"
 
+[lib]
+doctest = false
+
 [dependencies.shell-words]
 version = "1.1.0"