feat(make): add docs lint (#12082)

This commit is contained in:
Kien Trinh
2024-10-26 03:22:02 +07:00
committed by GitHub
parent d91cacd14a
commit 16b64d8284

View File

@ -497,6 +497,7 @@ test:
pr:
make lint && \
make update-book-cli && \
cargo docs --document-private-items && \
make test
check-features: