]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #34245 - ollie27:rustdoc_redirect_rename, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 15 Jun 2016 00:11:05 +0000 (17:11 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Jun 2016 00:11:05 +0000 (17:11 -0700)
rustdoc: Fix redirect pages for renamed reexports

We need to use the name of the target not the name of the current item
when creating the link.

An example in `std` is [`std::sys::ext`](https://doc.rust-lang.org/nightly/std/sys/ext/index.html).

1  2 
src/librustdoc/html/render.rs

Simple merge