Merge pull request #20062 from ChayimFriedman2/doctests

minor: Don't run doctests
This commit is contained in:
Lukas Wirth 2025-06-24 06:47:24 +00:00 committed by GitHub
commit 95dce2be51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 32 additions and 0 deletions

View file

@ -10,6 +10,7 @@ license.workspace = true
rust-version.workspace = true
[lib]
doctest = false
[dependencies]
anyhow.workspace = true