Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
SRetip committed Mar 20, 2024
1 parent 76be089 commit 10d0883
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion module/move/willbe/tests/inc/command/tests_run.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use super::*;
use the_module::*;
// use the_module::*;
use assert_cmd::Command;
use inc::
{
Expand Down
2 changes: 1 addition & 1 deletion module/move/willbe/tests/inc/entity/features.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use super::*;

use the_module::*;
// use the_module::*;
use the_module::features::features_powerset;

use std::collections::HashMap;
Expand Down
2 changes: 1 addition & 1 deletion module/move/willbe/tests/inc/tool/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use super::*;
// use super::*;

// pub mod process;

Expand Down

0 comments on commit 10d0883

Please sign in to comment.