Update library/std/src/fs.rs
Co-authored-by: Amanieu d'Antras <amanieu@gmail.com>
This commit is contained in:
parent
ca58e23ede
commit
3ad847779e
1 changed files with 1 additions and 1 deletions
|
@ -2505,7 +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
|
||||
/// * The parent directory of `to` doesn't exist.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue