1
0
Fork 0
forked from wry/wry

autocommit 2022-05-01 17:32:46 CEST

This commit is contained in:
Julian Orth 2022-05-01 17:32:46 +02:00
parent e1d5bf0e5d
commit cca3850800
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,3 @@
#![cfg(feature = "it")]
use {
crate::it::{test_backend::TestBackend, testrun::TestRun, tests::TestCase},
ahash::AHashMap,

View file

@ -52,6 +52,7 @@ mod forker;
mod format;
mod globals;
mod ifs;
#[cfg(feature = "it")]
mod it;
mod libinput;
mod logger;