We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d8d04 commit 49ce472Copy full SHA for 49ce472
std/src/io/error.rs
@@ -206,7 +206,7 @@ pub enum ErrorKind {
206
/// Seek on unseekable file
207
///
208
/// Seeking was attempted on an open file handle which is not suitable for seeking - for
209
- /// example, on Unix, a named pipe opened with `File::new`.
+ /// example, on Unix, a named pipe opened with `File::open`.
210
#[unstable(feature = "io_error_more", issue = "86442")]
211
NotSeekable,
212
/// Filesystem quota was exceeded.
0 commit comments