Fix incorrect HashSet import
This commit is contained in:
parent
cc87171f62
commit
f79468c871
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
use std::collections::HashMap;
|
use std::collections::{HashMap, HashSet};
|
||||||
|
|
||||||
use gix::hashtable::HashSet;
|
|
||||||
use time::OffsetDateTime;
|
use time::OffsetDateTime;
|
||||||
|
|
||||||
use crate::{config::Config, shared::WorkerStatus};
|
use crate::{config::Config, shared::WorkerStatus};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue