Fix windows test warnings (#6124)

See
1539299869.
These didn't fail CI because we run clippy on linux only.
This commit is contained in:
konsti 2023-07-27 14:03:53 +02:00 committed by Charlie Marsh
parent 6bf6646c5d
commit d317af442f

View file

@ -21,7 +21,9 @@ use path_absolutize::path_dedot;
#[cfg(unix)]
use tempfile::TempDir;
#[cfg(unix)]
use ruff_cli::args::Args;
#[cfg(unix)]
use ruff_cli::run;
const BIN_NAME: &str = "ruff";