You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The inherent methods for structs in
std::os::unix::net
are shown twice, eg: http://doc.rust-lang.org/nightly/std/os/unix/net/struct.SocketAddr.htmlNot sure whether this is limited to nightly or not.
Possibly related to #21474.
The text was updated successfully, but these errors were encountered: