Improved run command

This commit is contained in:
Syrus
2020-04-30 04:38:02 -07:00
parent 67adb9215a
commit ad2c9ee540
2 changed files with 16 additions and 13 deletions

View File

@@ -58,7 +58,6 @@ pub struct FileSystemCache {
impl FileSystemCache {
/// Construct a new `FileSystemCache` around the specified directory.
/// The contents of the cache are stored in sub-versioned directories.
pub fn new<P: Into<PathBuf>>(path: P) -> io::Result<Self> {
let path: PathBuf = path.into();
if path.exists() {