rust/crates/ra_assists
Igor Matuszewski 406343492c 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.
2019-03-16 22:41:13 +01:00
..
2019-02-24 15:46:06 +03:00