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 aff7e8f commit 84c9534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ use std::{
sync::Mutex,
};

use self::auxiliary::{cargo_bin_exe, cargo_hack, has_rustup, has_stable_toolchain, CommandExt, TARGET};

/// Multiple tests may download a new toolchain at the same time
static RUSTUP_TOOLCHAIN_CHANGES: Mutex<()> = Mutex::new(());

use auxiliary::{cargo_bin_exe, cargo_hack, has_rustup, has_stable_toolchain, CommandExt, TARGET};

#[test]
fn failures() {
cargo_bin_exe().assert_failure("real");
Expand Down

0 comments on commit 84c9534

Please sign in to comment.