Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
YuliaProkopovych committed Apr 26, 2024
1 parent d40e335 commit 69eb2b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions module/core/impls_index/tests/inc/impls3_test.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use super::the_module;
use the_module::*;
use super::*;
use the_module::prelude::impls3;

//

Expand Down
2 changes: 0 additions & 2 deletions module/core/impls_index/tests/inc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ 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 69eb2b5

Please sign in to comment.