fmt
This commit is contained in:
parent
b930d86e13
commit
c849b435b7
@ -13,10 +13,7 @@ use core::{fmt, marker::PhantomData, time::Duration};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[cfg(feature = "std")]
|
||||
use std::{
|
||||
process::Command,
|
||||
env,
|
||||
};
|
||||
use std::{env, process::Command};
|
||||
|
||||
#[cfg(feature = "std")]
|
||||
#[cfg(unix)]
|
||||
|
@ -1,5 +1,5 @@
|
||||
use core::{time, time::Duration};
|
||||
use alloc::{string::String, vec::Vec};
|
||||
use core::{time, time::Duration};
|
||||
|
||||
use crate::utils::current_time;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user