remove FIXME about macro redirects
Based on the discussion in #35705, the rustdoc team has determined that macro redirects are here to stay. Closes #35705
This commit is contained in:
@@ -1968,7 +1968,6 @@ impl Context {
|
|||||||
|
|
||||||
// If the item is a macro, redirect from the old macro URL (with !)
|
// If the item is a macro, redirect from the old macro URL (with !)
|
||||||
// to the new one (without).
|
// to the new one (without).
|
||||||
// FIXME(#35705) remove this redirect.
|
|
||||||
if item_type == ItemType::Macro {
|
if item_type == ItemType::Macro {
|
||||||
let redir_name = format!("{}.{}!.html", item_type, name);
|
let redir_name = format!("{}.{}!.html", item_type, name);
|
||||||
let redir_dst = self.dst.join(redir_name);
|
let redir_dst = self.dst.join(redir_name);
|
||||||
|
|||||||
Reference in New Issue
Block a user