From 055173b502eea8c5dde05814e085be3cd8e6295f Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 7 Feb 2022 14:03:13 +0100 Subject: [PATCH] Remove `--document-private-items` --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 9d5745524..460f8abc1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -45,7 +45,7 @@ jobs: - name: Build user Documentation run: | cd coreutils - cargo run --bin uudoc --all-features --document-private-items + cargo run --bin uudoc --all-features cd docs mdbook build