summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-09-04 19:16:56 +0100
committerJoe Carstairs <me@joeac.net>2026-09-04 19:16:56 +0100
commit9f202752d19460942a1ff5d59a38583380bf204c (patch)
tree047e7179391347d007ae96400453dfcf4785c94e
parent6c8996a765a8714bf3fb67eefa08fbc260c88c90 (diff)
remove redundant import
-rw-r--r--src/config.rs2
1 files changed, 1 insertions, 1 deletions
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;