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-search: prevent struct fields from blocking functions
This perf hack tweaks the inverted indexes so that fields appear
further down. This doesn't affect the results, because fields are
pushed to the bottom anyway, but it prevents us from having to
load the metadata (in order to actually figure out that it *is*
a field).
0 commit comments