Disable doc tests temporarily

None of the existing code blocks compile, so disable them running as tests
for now.
This commit is contained in:
David Adam 2024-01-12 13:08:41 +01:00 committed by Johannes Altmanninger
parent 5a570f187a
commit 4a2edbf97e

View File

@ -52,6 +52,7 @@ rsconf = "0.1.1"
[lib]
crate-type = ["staticlib"]
path = "fish-rust/src/lib.rs"
doctest = false
[features]
default = []