nrc
mentioned this pull request
Merged
nrc
mentioned this pull request
Closed
nrc
mentioned this pull request
Merged
sophiajt pushed a commit to sophiajt/rust that referenced this pull request
Aug 20, 2016
rustdoc: remove the `!` from macro URLs and titles Because the `!` is part of a macro use, not the macro's name. E.g., you write `macro_rules! foo` not `macro_rules! foo!`, also `#[macro_import(foo)]`. (Pulled out of rust-lang#35020).
sophiajt pushed a commit to sophiajt/rust that referenced this pull request
Aug 20, 2016
rustdoc: remove the `!` from macro URLs and titles Because the `!` is part of a macro use, not the macro's name. E.g., you write `macro_rules! foo` not `macro_rules! foo!`, also `#[macro_import(foo)]`. (Pulled out of rust-lang#35020).
Closed
Merged
4 tasks