-
Notifications
You must be signed in to change notification settings - Fork 116
Fixed cargo doc
failing to compile
#1331
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
Fixed cargo doc
failing to compile
#1331
Conversation
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.
It looks good! Thanks for doing this. Can you please add cargo doc
to the regression script or at least to the CI? Thanks
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.
Thanks!
Also fixes minor blocker for #1008 |
Description of changes:
No change to Kani's behavior. Fixes the issue of
cargo doc --workspace
refusing to compile. Cargo doc warnings are fixed in commits b415ff2 - d0154c2.Resolved issues:
Resolves #1282
Call-outs:
Cargo doc still gives errors in non-critical areas.Fixed as of d0154c2rustc_middle
. Please check that this is an accurate fix, as I haveno baseline.
Testing:
How is this change tested? Run
cargo doc --workspace
to check that compile issue has been fixed. Manually confirm that doc fixes are reasonable.Is this a refactor change?
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.