Skip to content

Commit f4b1bef

Browse files
authored
Restore comment as it was
1 parent 1578f2e commit f4b1bef

File tree

1 file changed

+2
-0
lines changed
  • library/std/src/sys/wasi/ext

1 file changed

+2
-0
lines changed

library/std/src/sys/wasi/ext/fs.rs

+2
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,8 @@ pub fn rename<P: AsRef<Path>, U: AsRef<Path>>(
502502
)
503503
}
504504

505+
/// Create a symbolic link.
506+
///
505507
/// This corresponds to the `path_symlink` syscall.
506508
pub fn symlink<P: AsRef<Path>, U: AsRef<Path>>(
507509
old_path: P,

0 commit comments

Comments
 (0)