Skip to content

Commit

Permalink
Merge pull request #1309 from YuliaProkopovych/impl-index-tests
Browse files Browse the repository at this point in the history
READY(impls_index): Fix failing tests
  • Loading branch information
Wandalen authored Apr 29, 2024
2 parents cd552f1 + 69eb2b5 commit 97ea2e7
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 97ea2e7

Please sign in to comment.