diff --git a/Makefile b/Makefile index ae3409a4621..d7760d7c282 100644 --- a/Makefile +++ b/Makefile @@ -3,3 +3,6 @@ tests-spec-update-testsuite: test: cargo test --release + +doc: + cargo doc --all-features --document-private-items