This commit is contained in:
Casey Rodarmor 2025-07-03 14:27:45 -07:00
parent 2d092808d8
commit 9a690b9fe3

View file

@ -23,7 +23,7 @@ use {
path::{Path, PathBuf, MAIN_SEPARATOR, MAIN_SEPARATOR_STR},
process::{Command, Stdio},
str,
time::Instant,
time::{Duration, Instant},
},
tempfile::TempDir,
temptree::{temptree, tree, Tree},
@ -31,7 +31,7 @@ use {
};
#[cfg(not(windows))]
use std::{thread, time::Duration};
use std::thread;
fn default<T: Default>() -> T {
Default::default()