diff options
| author | ArcaneDev <alive6863@gmail.com> | 2025-03-24 21:56:49 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-24 21:56:49 +0300 |
| commit | 4c812f56ba034a4ea4d79b83972826e623e3951d (patch) | |
| tree | 325ec2838bc410b239764bebc384290e4cf2b8c0 | |
| parent | 8aa6261e8ee3bdea030a8245e10bffd3de523a5c (diff) | |
Fixed syntax errors in `main.rs`
| -rw-r--r-- | src/main.rs | 2 |
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}; |
