![]() Turns out the snapshot test would randomly fail because the expected tokens are a HashSet, which is unordered by construction. So, using the auto-derived `Debug` instance to compare it with snapshot would only succeed if the tokens happened to be in the same order in the HashSet, which only happens by accident. Signed-off-by: KtorZ <matthias.benkort@gmail.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
build.rs |