Fix bug, rename make docs to make rustdocs (#6251)

This commit is contained in:
Emilia Hane
2024-01-26 20:29:35 +01:00
committed by GitHub
parent 30ee74693f
commit 1bcd48e8d5

View File

@ -261,7 +261,7 @@ lint:
make lint-op-reth && \
make lint-other-targets
docs:
rustdocs:
RUSTDOCFLAGS="--cfg docsrs --show-type-layout --generate-link-to-definition --enable-index-page -Zunstable-options -D warnings" cargo +nightly docs --document-private-items
test-reth: