diff options
author | Igor Matuszewski <[email protected]> | 2019-03-07 12:36:35 +0000 |
---|---|---|
committer | Igor Matuszewski <[email protected]> | 2019-03-16 21:41:13 +0000 |
commit | 406343492c9f1741fcc3eafbb13efa42691fe0db (patch) | |
tree | 35c39ba637ff82c1da154fe3c1ab2d3edafddc1b /crates/ra_syntax | |
parent | 713975b1c1584bb141dfca84818bf5a7ca91a8ee (diff) |
Simplify calculation of missing functions
Asymptotically computing a set difference is faster but in the average
case we won't have more than ~10 functions. Also prefer not using hash
sets as these may yield nondeterministic results.
Diffstat (limited to 'crates/ra_syntax')
0 files changed, 0 insertions, 0 deletions