makes the analytics works with the option and the feature

This commit is contained in:
Tamo
2021-10-12 13:31:56 +02:00
committed by marin postma
parent e226b1a87f
commit 664d09e86a
4 changed files with 195 additions and 147 deletions

View File

@ -3,7 +3,6 @@
pub mod error;
#[macro_use]
pub mod extractors;
#[cfg(all(not(debug_assertions), feature = "analytics"))]
pub mod analytics;
pub mod helpers;
pub mod option;