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;