We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028754a commit 7647d03Copy full SHA for 7647d03
library/std/src/sys/unix/kernel_copy.rs
@@ -498,8 +498,8 @@ impl CopyResult {
498
/// Thus -1 will never be overlap with a valid open file.
499
const INVALID_FD: RawFd = -1;
500
501
-/// linux-specific implementation that will attempt to use copy_file_range for copy offloading
502
-/// as the name says, it only works on regular files
+/// Linux-specific implementation that will attempt to use copy_file_range for copy offloading.
+/// As the name says, it only works on regular files.
503
///
504
/// Callers must handle fallback to a generic copy loop.
505
/// `Fallback` may indicate non-zero number of bytes already written
0 commit comments