-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
For example, run make doc/alloc/index.html
twice in a row and check doc/alloc/boxed/struct.Boxed.html
. Where clause of flat_map
can be either where U: IntoIterator, F: FnMut(Self::Item) -> U
, or where F: FnMut(Self::Item) -> U, U: IntoIterator
.
I think it is suspect that where_cluases
function in src/librustdoc/clean/simplify.rs
uses HashMap
.
Metadata
Metadata
Assignees
Labels
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.