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"
 
