Migrate to hashbrown structures
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use rusqlite::Connection;
|
||||
use serde_json::Value;
|
||||
use std::collections::HashMap;
|
||||
use hashbrown::HashMap;
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct ImportData(pub(crate) Vec<ImportGroup>);
|
||||
|
||||
Reference in New Issue
Block a user