diff options
Diffstat (limited to 'cli/util/fs.rs')
-rw-r--r-- | cli/util/fs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/util/fs.rs b/cli/util/fs.rs index c414abd59..145f9c83b 100644 --- a/cli/util/fs.rs +++ b/cli/util/fs.rs @@ -509,7 +509,7 @@ pub fn hard_link_dir_recursive(from: &Path, to: &Path) -> Result<(), AnyError> { Ok(()) } -pub fn symlink_dir(oldpath: &Path, newpath: &Path) -> Result<(), AnyError> { +pub fn symlink_dir(oldpath: &Path, newpath: &Path) -> Result<(), Error> { let err_mapper = |err: Error| { Error::new( err.kind(), |