Skip to content

Commit 5d54144

Browse files
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
1 parent bce32b5 commit 5d54144

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)