From 5a97bd8e31a917d6ca241483a397f278c957777f Mon Sep 17 00:00:00 2001 From: Neshura Date: Sat, 13 Jan 2024 16:22:07 +0100 Subject: [PATCH] Remove module import of wip/unused module download --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 5570b67..03c50cb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,3 @@ -mod download; mod jnovel; use iced::{Application, Command, Element, executor, Length, Padding, Pixels, Settings, Subscription, subscription, Theme, time};