chore(cli): disable doc tests

This commit is contained in:
Boshen 2023-10-07 21:18:26 +08:00
parent a710e73cd9
commit 77dd0f1395
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1

View file

@ -12,6 +12,9 @@ repository.workspace = true
rust-version.workspace = true
categories.workspace = true
[lib]
doctest = false
[[bin]]
name = "oxlint"
path = "src/lint/main.rs"