mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Restore comment as it was
This commit is contained in:
parent
1578f2e1e8
commit
f4b1bef542
@ -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…
Reference in New Issue
Block a user