-
Notifications
You must be signed in to change notification settings - Fork 11
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
chore: fix cargo docs from failing #205
Conversation
Still an issue building docs in the CI for some reason. It could be due to this reported issue that seems to have regressed rust-lang/rust#93476, but reportedly should be fixed in rust-lang/rust#96447 Error:
Backtrace
|
Codecov Report
@@ Coverage Diff @@
## main #205 +/- ##
=======================================
Coverage 63.57% 63.57%
=======================================
Files 107 107
Lines 7611 7611
=======================================
Hits 4839 4839
Misses 2772 2772 Continue to review full report at Codecov.
|
@dutterbutter what is the status of this? |
@drewstone I cannot seem to determine why Running the commands locally works perfectly fine and you can view the docs accordingly. However in the CI it is not the case. I will try to playing with different rust versions perhaps but we are not seeing this issue on any of other Rust doc workflows. |
Can we exclude the client from the docs and get this working again @dutterbutter ? |
Yes that shouldn't be a problem. |
@dutterbutter can you upmerge this branch and see if the docs can be fixed now that the submodule is removed? |
Closing in favour of #225 |
Summary of changes
Changes introduced in this pull request:
Reference issue to close (if applicable)
Closes #225