Removed explicit hashbrown dependency

This commit is contained in:
Syrus
2019-07-31 23:17:42 -07:00
parent 6245daaa84
commit a6461c3b14
22 changed files with 53 additions and 57 deletions

View File

@ -2,7 +2,7 @@ use crate::{
structures::Map,
types::{FuncSig, SigIndex},
};
use hashbrown::HashMap;
use std::collections::HashMap;
use lazy_static::lazy_static;
use parking_lot::RwLock;
use std::sync::Arc;