about summary refs log tree commit diff
path: root/tests/rustdoc-js/search-bag-semantics.rs
AgeCommit message (Collapse)AuthorLines
2023-03-19rustdoc: implement bag semantics for function parameter searchMichael Howell-0/+4
This tweak to the function signature search engine makes things so that, if a type is repeated in the search query, it'll only match if the function actually includes it that many times.