1
Fork 0

rustdoc: show exact case-sensitive matches first

fixes #119480
This commit is contained in:
binarycat 2024-08-22 17:13:13 -04:00
parent 5ad98b4026
commit 4c5e888eb6
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,7 @@
const EXPECTED = {
'query': 'Copy',
'others': [
{ 'path': 'std::marker', 'name': 'Copy' },
{ 'path': 'std::fs', 'name': 'copy' },
],
}