Update fs.rs
This commit is contained in:
parent
25a16572a3
commit
ca58e23ede
1 changed files with 1 additions and 0 deletions
|
@ -2505,6 +2505,7 @@ pub fn rename<P: AsRef<Path>, Q: AsRef<Path>>(from: P, to: Q) -> io::Result<()>
|
|||
/// * `from` does not exist.
|
||||
/// * The current process does not have the permission rights to read
|
||||
/// `from` or write `to`.
|
||||
/// * The parent folder of `to` doesn't exists
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue