From c946855c0e081f21fb6e750bd4b4894f63df4477 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 4 Dec 2020 11:26:55 +0100 Subject: Remove unused imports Signed-off-by: Matthias Beyer --- src/config/configuration.rs | 6 ------ src/config/not_validated.rs | 1 - 2 files changed, 7 deletions(-) (limited to 'src/config') diff --git a/src/config/configuration.rs b/src/config/configuration.rs index 162115b..10ee21a 100644 --- a/src/config/configuration.rs +++ b/src/config/configuration.rs @@ -1,10 +1,4 @@ -use std::collections::BTreeMap; use std::ops::Deref; -use std::path::PathBuf; - -use anyhow::Context; -use anyhow::Result; -use handlebars::Handlebars; use crate::config::NotValidatedConfiguration; diff --git a/src/config/not_validated.rs b/src/config/not_validated.rs index c8fbb3f..6cf7148 100644 --- a/src/config/not_validated.rs +++ b/src/config/not_validated.rs @@ -2,7 +2,6 @@ use std::path::PathBuf; use anyhow::anyhow; use anyhow::Result; use getset::Getters; -use handlebars::Handlebars; use serde::Deserialize; use crate::config::Configuration; -- cgit v1.2.3