summaryrefslogtreecommitdiff
path: root/src/router
diff options
context:
space:
mode:
Diffstat (limited to 'src/router')
-rw-r--r--src/router/manager.rs2
-rw-r--r--src/router/mod.rs3
2 files changed, 3 insertions, 2 deletions
diff --git a/src/router/manager.rs b/src/router/manager.rs
index 5fb8868..9b23434 100644
--- a/src/router/manager.rs
+++ b/src/router/manager.rs
@@ -127,8 +127,10 @@ impl RouterManager {
}
}
+/*
impl Drop for RouterManager {
fn drop(&mut self) {
//todooo
}
}
+*/
diff --git a/src/router/mod.rs b/src/router/mod.rs
index 6426c2e..ac0dc22 100644
--- a/src/router/mod.rs
+++ b/src/router/mod.rs
@@ -1,5 +1,4 @@
-
-#[cfg(feature = "integrated-router")]
+#[cfg(feature = "integrated-router")]
pub mod manager;
#[cfg(feature = "integrated-router")]
pub mod router;