Description: Skip doctest, as they fail
 We don't want to run those as they fail (and are prone to do so).
Author: Matthias Geiger <werdahias@debian.org>
Forwarded: not-needed
Last-Update: 2025-06-29
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,6 +18,7 @@

 [lib]
 path = "bindings/rust/lib.rs"
+doctest = false

 [dependencies]
 tree-sitter-language = "0.1"
