File: drop-doctest

package info (click to toggle)
rust-sqlx-postgres 0.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 988 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 371 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: sqlx-postgres/Cargo.toml
===================================================================
--- sqlx-postgres.orig/Cargo.toml
+++ sqlx-postgres/Cargo.toml
@@ -24,6 +24,9 @@ documentation = "https://docs.rs/sqlx"
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/launchbadge/sqlx"
 
+[lib]
+doctest = false
+
 [dependencies.atoi]
 version = "2.0"