Revert "cli: integrate TaskExecutor" (#1329)

This commit is contained in:
Georgios Konstantopoulos
2023-02-13 19:28:19 -08:00
committed by GitHub
parent 49292091dd
commit 48d121dc54
12 changed files with 35 additions and 148 deletions

View File

@ -170,9 +170,3 @@ impl<D> AsRef<Path> for PlatformPath<D> {
self.0.as_path()
}
}
impl<D> From<PlatformPath<D>> for PathBuf {
fn from(value: PlatformPath<D>) -> Self {
value.0
}
}