Skip to content

Commit ae9c550

Browse files
committed
Rollup merge of rust-lang#52510 - QuietMisdreavus:redirects-are-cool, r=nrc
rustdoc: remove FIXME about macro redirects Based on the discussion in rust-lang#35705, the rustdoc team has determined that macro redirects are here to stay. Closes rust-lang#35705
2 parents 8336f1b + 5d54144 commit ae9c550

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/html/render.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1968,7 +1968,6 @@ impl Context {
19681968

19691969
// If the item is a macro, redirect from the old macro URL (with !)
19701970
// to the new one (without).
1971-
// FIXME(#35705) remove this redirect.
19721971
if item_type == ItemType::Macro {
19731972
let redir_name = format!("{}.{}!.html", item_type, name);
19741973
let redir_dst = self.dst.join(redir_name);

0 commit comments

Comments
 (0)