From 77dd0f1395bf264f52d7a3267f786556b3e06771 Mon Sep 17 00:00:00 2001 From: Boshen Date: Sat, 7 Oct 2023 21:18:26 +0800 Subject: [PATCH] chore(cli): disable doc tests --- crates/oxc_cli/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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"