1
Fork 0

Rollup merge of #25128 - steveklabnik:gh24816, r=alexcrichton

Fixes #24816

r? @alexcrichton
This commit is contained in:
Manish Goregaokar 2015-05-27 22:08:52 +05:30
commit 689e94b422

View file

@ -844,6 +844,8 @@ pub fn symlink_metadata<P: AsRef<Path>>(path: P) -> io::Result<Metadata> {
/// Rename a file or directory to a new name. /// Rename a file or directory to a new name.
/// ///
/// This will not work if the new name is on a different mount point.
///
/// # Errors /// # Errors
/// ///
/// This function will return an error if the provided `from` doesn't exist, if /// This function will return an error if the provided `from` doesn't exist, if