This commit is contained in:
Aleksey Kladov
2019-01-11 00:40:35 +03:00
parent cd00158b1d
commit 4bf6b91b9d
2 changed files with 2 additions and 6 deletions

View File

@@ -1,6 +1,4 @@
use std::{
path::{Path, PathBuf},
};
use std::path::{Path, PathBuf};
use cargo_metadata::{metadata_run, CargoOpt};
use ra_syntax::SmolStr;