From 2f46f65654c777001609ad0ecde812a3f5cc68f0 Mon Sep 17 00:00:00 2001 From: jutty Date: Sun, 22 Mar 2026 22:45:13 -0300 Subject: [PATCH] Fail CI --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 9382190..5cded15 100644 --- a/src/main.rs +++ b/src/main.rs @@ -45,7 +45,7 @@ async fn main() -> io::Result<()> { let graph = Graph::load(); instant = tlog!(&instant, "Loaded graph"); - let router = en::router::new(graph); + let _ = en::router::new(graph); tlog!(&instant, "Initialized router"); let address = args.make_address();