Description: Disable doctests
Author: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Origin: vendor
Forwarded: not-needed
Last-Update: 2026-08-20
---
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -88,6 +88,7 @@ uuid = [
 ]
 
 [lib]
+doctest = false
 name = "sqlx_sqlite"
 path = "src/lib.rs"
 
