Fix incorrect HashSet import

This commit is contained in:
Joscha 2023-08-11 23:51:17 +02:00
parent cc87171f62
commit f79468c871

View file

@ -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};