-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 most rendering warnings from switching to CommonMark #45419
Conversation
cc @alexcrichton who noticed this |
Other bug is #45420 |
r=me pending travis. apparently the footnote issue was fixed in a later version of pulldown, so it's just a matter of updating rustdoc to point at a version that contains that fix. I opened #45421 to do that. |
📌 Commit f8f9005 has been approved by |
@@ -22,7 +22,7 @@ use mem; | |||
/// This is currently the default hashing function used by standard library | |||
/// (eg. `collections::HashMap` uses it by default). | |||
/// | |||
/// See: https://131002.net/siphash/ | |||
/// See: <https://131002.net/siphash> |
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.
Nitpick: inconsistent trailing slash.
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.
both work
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.
The version without the trailing slash results in a 301 redirect.
…ngs, r=QuietMisdreavus Fix most rendering warnings from switching to CommonMark There's one big one lift, I'm filing a bug for it soon. r? @rust-lang/docs
There's one big one lift, I'm filing a bug for it soon.
r? @rust-lang/docs