Upgrade rsass, remove hashbrown

This commit is contained in:
Max Brunsfeld 2019-08-13 10:08:58 -07:00
parent 84c3bf1dd9
commit 56ce4e5d50
15 changed files with 145 additions and 49 deletions

View file

@ -11,9 +11,8 @@ use crate::generate::tables::{
ProductionInfo, ProductionInfoId,
};
use core::ops::Range;
use hashbrown::hash_map::Entry;
use hashbrown::{HashMap, HashSet};
use std::collections::{BTreeMap, VecDeque};
use std::collections::hash_map::Entry;
use std::collections::{BTreeMap, HashMap, HashSet, VecDeque};
use std::fmt::Write;
use std::u32;