diff options
author | notgne2 | 2020-09-28 15:12:42 -0700 |
---|---|---|
committer | notgne2 | 2020-09-28 15:12:42 -0700 |
commit | a22063343e54da9f589c7235f2f64b57fe5c257b (patch) | |
tree | e58563ba8f261ae3c0bf4eb82844b7f643e3143d /src/utils | |
parent | 889fb0d3f9eee9085883fe1f31e05b07be0939ec (diff) |
More functions
Diffstat (limited to '')
-rw-r--r-- | src/utils/data.rs | 2 | ||||
-rw-r--r-- | src/utils/deploy.rs | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/utils/data.rs b/src/utils/data.rs index 779d913..b28b6cd 100644 --- a/src/utils/data.rs +++ b/src/utils/data.rs @@ -1,6 +1,6 @@ use merge::Merge; -use std::{collections::HashMap}; +use std::collections::HashMap; #[derive(Deserialize, Debug, Clone, Merge)] pub struct GenericSettings { diff --git a/src/utils/deploy.rs b/src/utils/deploy.rs index 7260e55..900743c 100644 --- a/src/utils/deploy.rs +++ b/src/utils/deploy.rs @@ -1,6 +1,5 @@ use super::data; - use tokio::process::Command; pub async fn deploy_profile( |