Skip to content

Commit f4c4525

Browse files
allevogitbot
authored and
gitbot
committed
Update fs.rs
1 parent 4b1fbb0 commit f4c4525

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

std/src/fs.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2531,6 +2531,7 @@ pub fn rename<P: AsRef<Path>, Q: AsRef<Path>>(from: P, to: Q) -> io::Result<()>
25312531
/// * `from` does not exist.
25322532
/// * The current process does not have the permission rights to read
25332533
/// `from` or write `to`.
2534+
/// * The parent folder of `to` doesn't exists
25342535
///
25352536
/// # Examples
25362537
///

0 commit comments

Comments
 (0)