This commit is contained in:
Dominik Maier 2021-02-09 09:48:59 +01:00
parent b930d86e13
commit c849b435b7
2 changed files with 2 additions and 5 deletions

View File

@ -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)]

View File

@ -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;