diff --git a/crates/oxc_cli/Cargo.toml b/crates/oxc_cli/Cargo.toml index 0c910379b..1ccf74468 100644 --- a/crates/oxc_cli/Cargo.toml +++ b/crates/oxc_cli/Cargo.toml @@ -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"