reverted changed from hashbrown to std::collections

This commit is contained in:
DastInDark
2022-07-29 10:33:47 +09:00
parent 798214cb38
commit d38ac0f273
19 changed files with 55 additions and 27 deletions

View File

@@ -4,7 +4,7 @@ extern crate regex;
use crate::detections::configs;
use crate::detections::configs::CURRENT_EXE_PATH;
use std::collections::HashMap;
use hashbrown::HashMap;
use std::path::Path;
use std::path::PathBuf;