Skip to content

Commit

Permalink
Restore comment as it was
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Feb 3, 2021
1 parent 1578f2e commit f4b1bef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/std/src/sys/wasi/ext/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f4b1bef

Please sign in to comment.