From 442688c35cc094335c76a20529858af79e7a60b9 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Thu, 19 Sep 2024 16:54:18 -0700 Subject: [PATCH] web: lint --- web/src/view/mod.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/web/src/view/mod.rs b/web/src/view/mod.rs index e72b208..b43b4ea 100644 --- a/web/src/view/mod.rs +++ b/web/src/view/mod.rs @@ -1,7 +1,4 @@ -use std::{ - collections::{hash_map::DefaultHasher, HashSet}, - hash::{Hash, Hasher}, -}; +use std::collections::HashSet; use chrono::{DateTime, Datelike, Duration, Local, Utc}; use human_format::{Formatter, Scales};