Skip to content

Commit 16b64d8

Browse files
authored
feat(make): add docs lint (#12082)
1 parent d91cacd commit 16b64d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,7 @@ test:
497497
pr:
498498
make lint && \
499499
make update-book-cli && \
500+
cargo docs --document-private-items && \
500501
make test
501502

502503
check-features:

0 commit comments

Comments
 (0)