1
Fork 0

Update fs.rs

This commit is contained in:
Tommaso Allevi 2025-01-31 11:01:37 +01:00 committed by GitHub
parent 25a16572a3
commit ca58e23ede
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
///