From bfe0424217556fbb37f1129bc892c8d275ff0477 Mon Sep 17 00:00:00 2001 From: namilsk Date: Sun, 8 Mar 2026 18:19:22 +0300 Subject: Fixed build with `integrated-router` feature, CI pipelines, clippy warnings and some minor edits --- src/router/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/router/mod.rs') 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; -- cgit v1.2.3