summaryrefslogtreecommitdiff
path: root/src/router
diff options
context:
space:
mode:
authornamilsk <namilsk@namilsk.tech>2026-03-08 18:19:22 +0300
committernamilsk <namilsk@namilsk.tech>2026-03-08 18:19:22 +0300
commitbfe0424217556fbb37f1129bc892c8d275ff0477 (patch)
treed111c45e1e3e0a008f59b149a2e660ec0602aa9f /src/router
parent6c5cf2bf2d92118f5e996520d6abec6c005221f9 (diff)
Fixed build with `integrated-router` feature, CI pipelines, clippy warnings and some minor editsmain
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;