Skip to content

Commit

Permalink
some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SupperZum committed Apr 4, 2024
1 parent 3cdf5c3 commit 8e29adb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions module/core/impls_index/tests/inc/impls3_test.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use super::*;
use the_module::prelude::impls3;
use self::impls_index;

//

Expand Down
2 changes: 2 additions & 0 deletions module/core/impls_index/tests/inc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ mod impls3_test;
mod index_test;
mod tests_index_test;

use crate::only_for_terminal_module;

only_for_terminal_module!
{

Expand Down

0 comments on commit 8e29adb

Please sign in to comment.