]> git.lizzy.rs Git - rust.git/commit
Auto merge of #33153 - mitaa:rdoc-dejavu, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 24 Apr 2016 01:02:06 +0000 (18:02 -0700)
committerbors <bors@rust-lang.org>
Sun, 24 Apr 2016 01:02:06 +0000 (18:02 -0700)
commit8d0dd7876e733555b0284e9b6cbf0f33ed792b67
tree81fac95c7918510ad595491d51c30412d2500ed1
parent23ccaddaa7d1cb71e49ef1b1f423b3245fa3a879
parent8ab2c20d8c018c310a0c286aeb2622c41ef357a1
Auto merge of #33153 - mitaa:rdoc-dejavu, r=alexcrichton

rustdoc: Only record the same impl once

Due to inlining it is possible to visit the same module multiple times during `<Cache as DocFolder>::fold_crate`, so we keep track of the modules we've already visited.

fixes #33054

r? @alexcrichton