mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Revert "cli: integrate TaskExecutor" (#1329)
This commit is contained in:
committed by
GitHub
parent
49292091dd
commit
48d121dc54
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user