]> git.lizzy.rs Git - rust.git/commit
rustdoc: Remove broken src links from reexported items from macros
authorOliver Middleton <olliemail27@gmail.com>
Fri, 9 Dec 2016 14:56:55 +0000 (14:56 +0000)
committerOliver Middleton <olliemail27@gmail.com>
Fri, 9 Dec 2016 14:56:55 +0000 (14:56 +0000)
commitc6c3a2763bce61bd0adcd75a78f1bdcbb37d30a5
treee0cfbb5bba16639a1741dde7475cd4eefe497048
parentd9aae6362d566497d55a94da060ec163cd874a41
rustdoc: Remove broken src links from reexported items from macros

When an item is defined in an external macro it doesn't get a real
filename so we need to filter out these when generating src links for
reexported items.
src/librustdoc/html/render.rs