We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce32b5 commit 5d54144Copy full SHA for 5d54144
src/librustdoc/html/render.rs
@@ -1968,7 +1968,6 @@ impl Context {
1968
1969
// If the item is a macro, redirect from the old macro URL (with !)
1970
// to the new one (without).
1971
- // FIXME(#35705) remove this redirect.
1972
if item_type == ItemType::Macro {
1973
let redir_name = format!("{}.{}!.html", item_type, name);
1974
let redir_dst = self.dst.join(redir_name);
0 commit comments