]> git.lizzy.rs Git - rust.git/commit
Merge #6946
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Sat, 19 Dec 2020 18:43:20 +0000 (18:43 +0000)
committerGitHub <noreply@github.com>
Sat, 19 Dec 2020 18:43:20 +0000 (18:43 +0000)
commit052e7227b6f7eb8dc4f689a7e14d110b8aff8555
tree7039ea9626325051e53f38fe97b98ec4560accc5
parent8b73135b11ba241aa92ca4242166f563b42bf05d
parentb45ec84739eced0d93d9ccdaa06b546a5a567dea
Merge #6946

6946: Better fuzzy heuristics r=matklad a=SomeoneToIgnore

Continuation of the https://github.com/rust-analyzer/rust-analyzer/pull/6922, mainly created for a test.

Turns out our current completions tests were sorting the completions by label, I had to remove that to test the order properly and update this order in a bunch of tests (ergo the changes)

Co-authored-by: Kirill Bulatov <mail4score@gmail.com>