Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deterministic external crate suggestion.
This commit ensures that the external crate suggestion is deterministic by using a `BTreeMap` rather than a `FxHashMap`. This is particularly useful as `std` and `core` will often contain the same items and therefore the suggestion would previously suggest either for any given error - in this case, the suggestion will always prefer `std` now.
- Loading branch information