mirror of
https://github.com/casey/just.git
synced 2025-08-04 15:08:39 +00:00
Reform
This commit is contained in:
parent
2d092808d8
commit
9a690b9fe3
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue