Upgrade rsass, remove hashbrown
This commit is contained in:
parent
84c3bf1dd9
commit
56ce4e5d50
15 changed files with 145 additions and 49 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue