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
camelid opened this issue
Nov 10, 2021
· 2 comments
Assignees
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-mediumCall for participation: Medium difficulty. Experience needed to fix: Intermediate.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
The text was updated successfully, but these errors were encountered:
camelid
added
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
labels
Nov 10, 2021
…llaumeGomez
rustdoc: Start cleaning up search index generation
I'm trying to simplify and clean up the code, partly to make rust-lang#90779 easier.
r? `@GuillaumeGomez`
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-mediumCall for participation: Medium difficulty. Experience needed to fix: Intermediate.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
add_generics_and_bounds_as_types
so it handles all types, not just type parameters.!args.is_empty()
conditional inget_fn_inputs_and_outputs
.all_types
withargs
at the end of the loop.cc @GuillaumeGomez
The text was updated successfully, but these errors were encountered: