-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs and accounts #241
docs and accounts #241
Conversation
richardpringle
commented
Sep 1, 2023
- Make sure cargo doc runs on private items too
- Remove remnants for ETH feature
6148f80
to
4d5ba26
Compare
.github/workflows/ci.yaml
Outdated
run: cargo rustdoc -p firewood --lib -- -D rustdoc::broken-intra-doc-links | ||
- name: Lint missing crate-level docs | ||
run: cargo rustdoc -p firewood --lib -- -D rustdoc::missing-crate-level-docs | ||
- run: RUSTDOCFLAGS="-D warnings" cargo doc --all --document-private-items |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should add --no-deps
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 for --no-deps
.github/workflows/ci.yaml
Outdated
run: cargo rustdoc -p firewood --lib -- -D rustdoc::broken-intra-doc-links | ||
- name: Lint missing crate-level docs | ||
run: cargo rustdoc -p firewood --lib -- -D rustdoc::missing-crate-level-docs | ||
- run: RUSTDOCFLAGS="-D warnings" cargo doc --all --document-private-items |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 for --no-deps
waiting on #245 |
ec525c1
to
5232595
Compare
I made changes, so no longer waiting on #245... But I renamed e2e so the "checks" are waiting for a job that's not going to run |