From 4c812f56ba034a4ea4d79b83972826e623e3951d Mon Sep 17 00:00:00 2001 From: ArcaneDev Date: Mon, 24 Mar 2025 21:56:49 +0300 Subject: Fixed syntax errors in `main.rs` --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index 5119def..73c8403 100644 --- a/src/main.rs +++ b/src/main.rs @@ -6,7 +6,7 @@ use clap::{Arg, Command}; use termimage::{Image}; mod parser; -mod configmanagerж +mod configmanager; use parser::{parse_weather, Weather}; use configmanager::{Config, handle_config}; -- cgit v1.2.3