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 b7169cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ 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 b7169cf

Please sign in to comment.