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,9 +1,7 @@
mod cargo_workspace;
mod sysroot;
use std::{
path::{Path, PathBuf},
};
use std::path::{Path, PathBuf};
use failure::bail;
use thread_worker::{WorkerHandle, Worker};