Remove unused imports

This commit is contained in:
Matthias Beyer 2016-04-21 13:31:42 +02:00
parent 75fbcef4aa
commit 73c844ceb1
4 changed files with 0 additions and 8 deletions

View File

@ -1,5 +1,3 @@
use std::path::PathBuf;
use libimagstore::storeid::build_entry_path;
use libimagrt::runtime::Runtime;
use libimagutil::trace::trace_error;

View File

@ -1,6 +1,4 @@
use std::path::PathBuf;
use std::ops::Deref;
use std::fmt::Display;
use std::process::exit;
use clap::ArgMatches;

View File

@ -1,4 +1,3 @@
use std::path::PathBuf;
use std::ops::DerefMut;
use std::process::exit;

View File

@ -1,13 +1,10 @@
use std::collections::BTreeMap;
use std::path::PathBuf;
use std::str::Split;
use clap::ArgMatches;
use semver::Version;
use toml::Value;
use libimagstore::store::EntryHeader;
use libimagrt::runtime::Runtime;
use libimagutil::key_value_split::IntoKeyValue;
pub fn build_toml_header(matches: &ArgMatches, mut header: EntryHeader) -> EntryHeader {