From 41ea9f11fb891c5e96390ff993f04502a225682b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phil=20H=C3=B6fer?= <phil.hoefer@suma-ev.de> Date: Thu, 20 Jun 2024 12:56:25 +0200 Subject: [PATCH] Remove Unused Library --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 3b1c790..ed6c006 100644 --- a/src/main.rs +++ b/src/main.rs @@ -13,7 +13,6 @@ use csv::ReaderBuilder; type MarkovChain = HashMap<String, HashMap<String, usize>>; use tiny_http::{Server, Response}; -use url::Url; -- GitLab