Skip to content

Commit 4e9300c

Browse files
committed
Rollup merge of #27550 - tshepang:missing-info, r=brson
2 parents 1daad87 + fc3df01 commit 4e9300c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libstd/fs.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,8 @@ pub fn rename<P: AsRef<Path>, Q: AsRef<Path>>(from: P, to: Q) -> io::Result<()>
855855
/// Note that if `from` and `to` both point to the same file, then the file
856856
/// will likely get truncated by this operation.
857857
///
858+
/// On success, the total number of bytes copied is returned.
859+
///
858860
/// # Errors
859861
///
860862
/// This function will return an error in the following situations, but is not

0 commit comments

Comments
 (0)