From 3f88c278341bfa7ea61b11b2a3f5fff71aac8636 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 22 Aug 2016 12:22:22 +0200 Subject: [PATCH] Remove unused imports --- libimagstore/src/storeid.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/libimagstore/src/storeid.rs b/libimagstore/src/storeid.rs index bc9217d8..ff030a77 100644 --- a/libimagstore/src/storeid.rs +++ b/libimagstore/src/storeid.rs @@ -1,7 +1,4 @@ use std::path::PathBuf; -use std::path::Path; -use std::borrow::Borrow; -use std::ops::Deref; use semver::Version; use std::fmt::{Display, Debug, Formatter};