From 355fc578a711683f0fb68cb7b060e29d43bda8ca Mon Sep 17 00:00:00 2001 From: Tibor Schneider Date: Thu, 30 May 2024 09:51:47 +0200 Subject: [PATCH] Fix readme --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index dbe6729..7835a20 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,6 @@ type Queue = BasicEventQueue; // Use a basic FIFO event queue type Ospf = GlobalOspf; // Use global OSPF without message passing type Net = Network; -# #[cfg(feature = "topology_zoo, rand")] fn main() -> Result<(), NetworkError> { // create the Abilene network @@ -175,8 +174,6 @@ fn main() -> Result<(), NetworkError> { Ok(()) } -# #[cfg(not(feature = "topology_zoo, rand"))] -# fn main() {} ``` ## Disclaimer