Skip to content

Commit

Permalink
Apply unqualified_local_imports lint
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 26, 2024
1 parent 723a24e commit 9b93f70
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ mod auxiliary;

use std::path::Path;

use auxiliary::{
use fs_err as fs;

use self::auxiliary::{
assert_output, cargo_llvm_cov, fixtures_path, normalize_output, perturb_one_header,
test_project, test_report, CommandExt,
};
use fs_err as fs;

const SUBCOMMANDS: &[&str] = &["", "run", "report", "clean", "show-env", "nextest"];

Expand Down

0 comments on commit 9b93f70

Please sign in to comment.