From b922d5edb0b54b6867bfe1a64360f7bbe1b52fc6 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 7 Feb 2023 03:10:53 +0100 Subject: [PATCH] --lib is included by default in docs.rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f0f0bbc..197a589 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ categories = ["games", "parser-implementations"] [package.metadata.docs.rs] all-features = true -cargo-args = ["--bins", "--lib"] +cargo-args = ["--bins"] rustdoc-args = ["--document-private-items"]