Replacing HashSet with LinkedHashSet so that results from regalloc are fixed
... | ... | @@ -8,4 +8,5 @@ authors = [ "Your name <you@example.com>" ] |
lazy_static = "0.1.15" | ||
log = "0.3.5" | ||
simple_logger = "0.4.0" | ||
nalgebra = "0.8.2" | ||
\ No newline at end of file | ||
nalgebra = "0.8.2" | ||
linked-hash-map = "0.0.10" | ||
\ No newline at end of file |
src/utils/linked_hashset.rs
0 → 100644
Please register or sign in to comment