From 9f202752d19460942a1ff5d59a38583380bf204c Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 4 Sep 2026 19:16:56 +0100 Subject: remove redundant import --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index b812455..c0e4df8 100644 --- a/src/config.rs +++ b/src/config.rs @@ -1,4 +1,4 @@ -use std::{fs::File, io::{Read, read_to_string}, path::Path}; +use std::{fs::File, io::{read_to_string}, path::Path}; use serde::Deserialize; -- cgit v1.2.3