Remove unused imports
This commit is contained in:
parent
9cf7897286
commit
3f88c27834
1 changed files with 0 additions and 3 deletions
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue