summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorArcaneDev <alive6863@gmail.com>2025-03-24 21:56:49 +0300
committerGitHub <noreply@github.com>2025-03-24 21:56:49 +0300
commit4c812f56ba034a4ea4d79b83972826e623e3951d (patch)
tree325ec2838bc410b239764bebc384290e4cf2b8c0 /src/main.rs
parent8aa6261e8ee3bdea030a8245e10bffd3de523a5c (diff)
Fixed syntax errors in `main.rs`
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
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};