-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Update to new macro url syntax #36535
Conversation
@@ -803,7 +803,7 @@ pub trait UpperExp { | |||
/// assert_eq!(output, "Hello world!"); | |||
/// ``` | |||
/// | |||
/// [write_macro]: ../../std/macro.write!.html | |||
/// [write_macro]: ../../std/macro.write.html |
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.
Should this be changed to "[write!
]" instead of [write_macro] while we're here?
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.
Why not!
Next, I think about removing the actual compatibility with the old url macro syntax. If people have opinion? |
d1ee3da
to
f6ab636
Compare
we should leave it in for a little while |
Ok. So I guess this is ready to get merged? |
@steveklabnik: ping |
@bors: r+ rollup |
📌 Commit f6ab636 has been approved by |
…abnik Update to new macro url syntax r? @steveklabnik
r? @steveklabnik