-
Notifications
You must be signed in to change notification settings - Fork 13.7k
WIP: don't show multiple instances of the same trait item in search #145898
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
WIP: don't show multiple instances of the same trait item in search #145898
Conversation
This comment has been minimized.
This comment has been minimized.
738dcc9
to
8444219
Compare
this has been fixed (and removed from the PR description), i just needed to also be checking |
The job Click to see the possible cause of the failure (guessed by this bot)
|
Right, I just remembered why my original design had its own deduplication pass, instead of leveraging the existing deduplication pass: if the user searches for |
fixes #138251
cc @notriddle
current known issues:
-> Option
, it showsstd::char::Lowercase::last
as its representative ofIterator::last
)