Remove unused imports

This commit is contained in:
Matthias Beyer 2016-08-22 12:22:22 +02:00
parent 9cf7897286
commit 3f88c27834

View file

@ -1,7 +1,4 @@
use std::path::PathBuf; use std::path::PathBuf;
use std::path::Path;
use std::borrow::Borrow;
use std::ops::Deref;
use semver::Version; use semver::Version;
use std::fmt::{Display, Debug, Formatter}; use std::fmt::{Display, Debug, Formatter};