From 16b64d8284a87888bae296992a7e4789594e8d16 Mon Sep 17 00:00:00 2001 From: Kien Trinh <51135161+kien6034@users.noreply.github.com> Date: Sat, 26 Oct 2024 03:22:02 +0700 Subject: [PATCH] feat(make): add docs lint (#12082) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5ad7abac6..ac4ad1038 100644 --- a/Makefile +++ b/Makefile @@ -497,6 +497,7 @@ test: pr: make lint && \ make update-book-cli && \ + cargo docs --document-private-items && \ make test check-features: