Copy link
Copy Markdown
Contributor
This patch series allows cargo doc to run without emitting any warnings. It changes bare URLs to "autolinks", surrounded by angle brackets, and it changes some "account references" lists to put their bracketed requirements (sign/write) in code spans (as with other such lists in this repo) so they won't be interpreted as markdown links.
brson
mentioned this pull request
Merged
Copy link
Copy Markdown
Contributor
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great, thanks!