diff --git a/tooling/acvm_cli/Cargo.toml b/tooling/acvm_cli/Cargo.toml index 4ce32a5ed99..9f3788ed43c 100644 --- a/tooling/acvm_cli/Cargo.toml +++ b/tooling/acvm_cli/Cargo.toml @@ -19,6 +19,7 @@ workspace = true [[bin]] name = "acvm" path = "src/main.rs" +doc = false # Avoid conflicts with the `acvm` library when documenting. We just want to document the `acvm` library. [dependencies] color-eyre.workspace = true diff --git a/tooling/nargo_cli/Cargo.toml b/tooling/nargo_cli/Cargo.toml index a80828356ff..c36ff4f12e5 100644 --- a/tooling/nargo_cli/Cargo.toml +++ b/tooling/nargo_cli/Cargo.toml @@ -17,6 +17,7 @@ workspace = true [[bin]] name = "nargo" path = "src/main.rs" +doc = false # Avoid conflicts with the `nargo` library when documenting. We just want to document the `nargo` library. [build-dependencies] build-data.workspace = true