File tree 2 files changed +0
-18
lines changed
2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -836,15 +836,6 @@ impl DirEntryExt for fs::DirEntry {
836
836
///
837
837
/// The `dst` path will be a symbolic link pointing to the `src` path.
838
838
///
839
- /// # Note
840
- ///
841
- /// On Windows, you must specify whether a symbolic link points to a file
842
- /// or directory. Use `os::windows::fs::symlink_file` to create a
843
- /// symbolic link to a file, or `os::windows::fs::symlink_dir` to create a
844
- /// symbolic link to a directory. Additionally, the process must have
845
- /// `SeCreateSymbolicLinkPrivilege` in order to be able to create a
846
- /// symbolic link.
847
- ///
848
839
/// # Examples
849
840
///
850
841
/// ```no_run
Original file line number Diff line number Diff line change @@ -774,15 +774,6 @@ impl DirEntryExt for fs::DirEntry {
774
774
///
775
775
/// The `dst` path will be a symbolic link pointing to the `src` path.
776
776
///
777
- /// # Note
778
- ///
779
- /// On Windows, you must specify whether a symbolic link points to a file
780
- /// or directory. Use `os::windows::fs::symlink_file` to create a
781
- /// symbolic link to a file, or `os::windows::fs::symlink_dir` to create a
782
- /// symbolic link to a directory. Additionally, the process must have
783
- /// `SeCreateSymbolicLinkPrivilege` in order to be able to create a
784
- /// symbolic link.
785
- ///
786
777
/// # Examples
787
778
///
788
779
/// ```no_run
You can’t perform that action at this time.
0 commit comments