From 8e29adb26a90bbaa7e5fa9635d42aeb14807a5ec Mon Sep 17 00:00:00 2001 From: SupperZum Date: Thu, 4 Apr 2024 14:31:17 +0300 Subject: [PATCH] some fix --- module/core/impls_index/tests/inc/impls3_test.rs | 1 + module/core/impls_index/tests/inc/mod.rs | 2 ++ 2 files changed, 3 insertions(+) diff --git a/module/core/impls_index/tests/inc/impls3_test.rs b/module/core/impls_index/tests/inc/impls3_test.rs index 860acd126a..9a1b17a04d 100644 --- a/module/core/impls_index/tests/inc/impls3_test.rs +++ b/module/core/impls_index/tests/inc/impls3_test.rs @@ -1,5 +1,6 @@ use super::*; use the_module::prelude::impls3; +use self::impls_index; // diff --git a/module/core/impls_index/tests/inc/mod.rs b/module/core/impls_index/tests/inc/mod.rs index d7b9687e2f..15243b4c92 100644 --- a/module/core/impls_index/tests/inc/mod.rs +++ b/module/core/impls_index/tests/inc/mod.rs @@ -10,6 +10,8 @@ mod impls3_test; mod index_test; mod tests_index_test; +use crate::only_for_terminal_module; + only_for_terminal_module! {