From 4699eea8aeae3430a9ecdbd90f01bdc61fb92b59 Mon Sep 17 00:00:00 2001 From: gennyble Date: Wed, 20 Aug 2025 01:23:38 -0500 Subject: remove unused import; no more warnings --- corgi/src/stats.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corgi/src/stats.rs b/corgi/src/stats.rs index c407cd9..9e9d15c 100644 --- a/corgi/src/stats.rs +++ b/corgi/src/stats.rs @@ -3,7 +3,7 @@ use std::{net::IpAddr, path::Path, sync::Mutex}; use base64::{Engine, prelude::BASE64_STANDARD_NO_PAD}; use rusqlite::{Connection, OptionalExtension, params}; use sha2::{Digest, Sha256}; -use time::{Duration, OffsetDateTime, PrimitiveDateTime}; +use time::{Duration, OffsetDateTime}; #[derive(Debug)] pub struct Stats { -- cgit 1.4.1-3-g733a5