Skip to content

Commit

Permalink
remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
senekor committed Mar 31, 2024
1 parent c8d6bb1 commit d2f2c1b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion exercises/practice/sublist/.meta/test_template.tera
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use sublist::*;

use sublist::Comparison;
{% for test in cases %}
#[test]
#[ignore]
Expand Down
2 changes: 0 additions & 2 deletions exercises/practice/sublist/tests/sublist.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
use sublist::*;

use sublist::Comparison;

#[test]
fn empty_lists() {
let list_one: &[i32] = &[];
Expand Down

0 comments on commit d2f2c1b

Please sign in to comment.