pilota icon indicating copy to clipboard operation
pilota copied to clipboard

feat: update to rustc-hash 2

Open PureWhiteWu opened this issue 1 year ago • 0 comments

Motivation

rustc-hash 2.0.0 brings RandomState and performance optimizations, see https://github.com/rust-lang/rustc-hash/blob/master/CHANGELOG.md

Note: we cannot use the rand feature here because this will let the generated code have random sort, and thus we are not able to do unit tests.

PureWhiteWu avatar Jun 24 '24 13:06 PureWhiteWu