File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1620,7 +1620,7 @@ pub fn remove_file<P: AsRef<Path>>(path: P) -> io::Result<()> {
1620
1620
/// # Platform-specific behavior
1621
1621
///
1622
1622
/// This function currently corresponds to the `stat` function on Unix
1623
- /// and the `GetFileAttributesEx ` function on Windows.
1623
+ /// and the `GetFileInformationByHandle ` function on Windows.
1624
1624
/// Note that, this [may change in the future][changes].
1625
1625
///
1626
1626
/// [changes]: io#platform-specific-behavior
@@ -1654,7 +1654,7 @@ pub fn metadata<P: AsRef<Path>>(path: P) -> io::Result<Metadata> {
1654
1654
/// # Platform-specific behavior
1655
1655
///
1656
1656
/// This function currently corresponds to the `lstat` function on Unix
1657
- /// and the `GetFileAttributesEx ` function on Windows.
1657
+ /// and the `GetFileInformationByHandle ` function on Windows.
1658
1658
/// Note that, this [may change in the future][changes].
1659
1659
///
1660
1660
/// [changes]: io#platform-specific-behavior
You can’t perform that action at this time.
0 commit comments