diff --git a/src/it.rs b/src/it.rs index d055a3e3..5dc531fe 100644 --- a/src/it.rs +++ b/src/it.rs @@ -1,5 +1,3 @@ -#![cfg(feature = "it")] - use { crate::it::{test_backend::TestBackend, testrun::TestRun, tests::TestCase}, ahash::AHashMap, diff --git a/src/main.rs b/src/main.rs index 1d95c2cf..49c64f20 100644 --- a/src/main.rs +++ b/src/main.rs @@ -52,6 +52,7 @@ mod forker; mod format; mod globals; mod ifs; +#[cfg(feature = "it")] mod it; mod libinput; mod logger;