Skip to content

Commit

Permalink
Clean up warnings (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Jan 25, 2024
1 parent 6dacb58 commit 26e32d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions tests/suite.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use libversion::*;
use std::env;
use suite_parser::*;

mod suite_parser;
Expand Down Expand Up @@ -42,8 +41,6 @@ fn version_comparison_test_suite() {
let data_path = "testdata/version-comparison-tests.txt";
let cases = parse_test_suite(data_path);

let mut error_count = 0;

for case in cases {
let left_flags = parse_flags(&case.left_flags);
let right_flags = parse_flags(&case.right_flags);
Expand Down
1 change: 0 additions & 1 deletion tests/suite_parser/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use regex::Regex;
use std::fs::File;
use std::io;
use std::io::prelude::*;
use std::io::BufReader;

Expand Down

0 comments on commit 26e32d0

Please sign in to comment.