1
Fork 0
This commit is contained in:
Edward Barnard 2019-03-04 12:53:54 +00:00
parent 0a991e424a
commit 124ab2a4d8

View file

@ -1582,7 +1582,7 @@ pub fn rename<P: AsRef<Path>, Q: AsRef<Path>>(from: P, to: Q) -> io::Result<()>
/// On Windows, this function currently corresponds to `CopyFileEx`. Alternate
/// NTFS streams are copied but only the size of the main stream is returned by
/// this function. On MacOS, this function corresponds to `copyfile` with
/// `COPYFILE_ALL`
/// `COPYFILE_ALL`.
/// Note that, this [may change in the future][changes].
///
/// [changes]: ../io/index.html#platform-specific-behavior