]> git.lizzy.rs Git - rust.git/commit
Fix rustdoc HTML rendering
authorCorey Richardson <corey@octayn.net>
Tue, 17 Dec 2013 16:19:14 +0000 (11:19 -0500)
committerCorey Richardson <corey@octayn.net>
Tue, 17 Dec 2013 16:19:14 +0000 (11:19 -0500)
commit8b5a317d48eb26c3af875a409e4a16587aec7544
tree45dd77152c376369c425b594386ea4c2293be0c3
parent793eb1d38d6549e26fbf3014604c5c81e4b18c4f
Fix rustdoc HTML rendering

By returning the items to process and storing them in a queue, we were losing
the context that was setup for that item during the recursion. This is an easy
fix, rather than hoisting out the state that it needs.
src/librustdoc/html/render.rs