changed import from hashbrown::HashMap to std::collections::HashMap due

to be merged hashbrown in std HashMap
This commit is contained in:
DastInDark
2022-07-24 19:54:53 +09:00
parent a7033c4289
commit 42e6bf0296
10 changed files with 16 additions and 24 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ use git2::Repository;
use std::fs::{self};
use std::path::Path;
use hashbrown::{HashMap, HashSet};
use std::collections::{HashMap, HashSet};
use std::cmp::Ordering;
use std::time::SystemTime;