We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694d926 commit a824b79Copy full SHA for a824b79
io/src/error.rs
@@ -188,7 +188,7 @@ define_errorkind!(
188
WriteZero,
189
/// This operation was interrupted.
190
Interrupted,
191
- /// An error returned when an operation could not be completed because an “end of file” was reached prematurely.
+ /// An error returned when an operation could not be completed because an "end of file" was reached prematurely.
192
UnexpectedEof,
193
// Note: Any time we bump the MSRV any new error kinds should be added here!
194
/// A custom error that does not fall under any other I/O error kind
0 commit comments