Restore comment as it was

This commit is contained in:
Ingvar Stepanyan 2021-02-03 15:46:57 +00:00 committed by GitHub
parent 1578f2e1e8
commit f4b1bef542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,