From 3f43ce9bbb50ac2f0148242ba5c6704cec0fe0bc Mon Sep 17 00:00:00 2001 From: Hakki Date: Sun, 25 Aug 2024 19:08:09 +0200 Subject: [PATCH] cli/man: resolves 'https://codeberg.org/topola/topola/pulls/29#issuecomment-2233450' --- src/bin/topola/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/topola/main.rs b/src/bin/topola/main.rs index a5b4976..64f5382 100644 --- a/src/bin/topola/main.rs +++ b/src/bin/topola/main.rs @@ -8,7 +8,6 @@ use topola::autorouter::selection::PinSelection; use topola::autorouter::Autorouter; use topola::specctra::design::SpecctraDesign; -// TODO: should this or include macro be used? pub mod cli; use cli::Cli;