-
Notifications
You must be signed in to change notification settings - Fork 26
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
Fix rustdoc warnings #1126
Comments
Hi, I'd like to work on this issue. Could you please assign it to me? Let me know if there's any additional context or guidelines I should follow. |
Assigned! I don't think there's much additional context necessary: we just want to follow whatever If you're new to |
Perfect, thanks! Is there any PR template, branch naming pattern or something like that? I've read the Contributor's Docs but found nothing about it there. |
We are pretty laid back about format, as long as you make a PR off of |
Fixed broken links and escaped characters to remove warnings while generating documentation ✅ Closes: openvm-org#1126
I’ve opened a PR to address this issue: #1184 |
There are some warnings when you run
cargo doc --workspace
mainly related to url links and missing <>, etc.The text was updated successfully, but these errors were encountered: