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