From 793da7e29d58c27b173d00108cd8e793db991a0f Mon Sep 17 00:00:00 2001 From: Niklas Adolfsson Date: Mon, 18 Mar 2024 15:41:58 +0100 Subject: [PATCH] disable cargo doc for `subxt-cli` (#1486) * rename subxt to subxt-cli * disable doc for subxt-cli --- cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index fe5b70176c..5f0dca45d5 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -15,6 +15,7 @@ description = "Command line utilities for working with subxt codegen" [[bin]] name = "subxt" path = "src/main.rs" +doc = false [lints] workspace = true