From 3655f582d61a841b1c4fc9735777405d970f80ee Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 24 Dec 2022 02:28:35 +0100 Subject: [PATCH] `--lib` option is implicit in docsrs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 16d0ade..22f2609 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"]