diff options
Diffstat (limited to 'src/router/mod.rs')
| -rw-r--r-- | src/router/mod.rs | 3 |
1 files changed, 1 insertions, 2 deletions
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; |
