File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -799,8 +799,8 @@ pub const ReadError = error{
799799 /// not hold the required rights to read from it.
800800 AccessDenied ,
801801
802- // This error occurs in Linux if the process to be read from
803- // no longer exists.
802+ /// This error occurs in Linux if the process to be read from
803+ /// no longer exists.
804804 ProcessNotFound ,
805805} || UnexpectedError ;
806806
@@ -1185,8 +1185,8 @@ pub const WriteError = error{
11851185 /// Connection reset by peer.
11861186 ConnectionResetByPeer ,
11871187
1188- // This error occurs in Linux if the process being written to
1189- // no longer exists.
1188+ /// This error occurs in Linux if the process being written to
1189+ /// no longer exists.
11901190 ProcessNotFound ,
11911191} || UnexpectedError ;
11921192
You can’t perform that action at this time.
0 commit comments