Restore comment as it was
This commit is contained in:
parent
1578f2e1e8
commit
f4b1bef542
1 changed files with 2 additions and 0 deletions
|
@ -502,6 +502,8 @@ pub fn rename<P: AsRef<Path>, U: AsRef<Path>>(
|
|||
)
|
||||
}
|
||||
|
||||
/// Create a symbolic link.
|
||||
///
|
||||
/// This corresponds to the `path_symlink` syscall.
|
||||
pub fn symlink<P: AsRef<Path>, U: AsRef<Path>>(
|
||||
old_path: P,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue