chore: disable doctest

This commit is contained in:
zhom
2025-08-13 09:34:20 +04:00
parent 5814f00f3d
commit 7fc6f985dd
+1
View File
@@ -14,6 +14,7 @@ default-run = "donutbrowser"
# This seems to be only an issue on Windows, see https://github.com/rust-lang/cargo/issues/8519
name = "donutbrowser"
crate-type = ["staticlib", "cdylib", "rlib"]
doctest = false
[build-dependencies]
tauri-build = { version = "2", features = [] }