]> git.lizzy.rs Git - rust.git/commitdiff
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)
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>

Trivial merge