mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:48:32 +00:00
tempfile import cfg not fuzzing
This commit is contained in:
parent
d2e2d7e032
commit
a42ef8cf26
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ use std::borrow::Cow;
|
|||
use std::ffi::OsStr;
|
||||
use std::fs;
|
||||
use std::path::Path;
|
||||
#[cfg(not(fuzzing))]
|
||||
use tempfile::tempdir;
|
||||
|
||||
use crate::codes::Rule;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue