mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 18:28:24 +00:00
Fix windows test warnings (#6124)
See
1539299869
.
These didn't fail CI because we run clippy on linux only.
This commit is contained in:
parent
6bf6646c5d
commit
d317af442f
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue