std::io: bump the stability tag on ErrorKind::InvalidData to 1.2.0
This commit is contained in:
parent
1d67cef6d2
commit
0ad019f4e8
@ -100,7 +100,7 @@ pub enum ErrorKind {
|
||||
/// Unlike `InvalidInput`, this typically means that the operation
|
||||
/// parameters were valid, however the error was caused by malformed
|
||||
/// input data.
|
||||
#[stable(feature = "io_invalid_data", since = "1.1.0")]
|
||||
#[stable(feature = "io_invalid_data", since = "1.2.0")]
|
||||
InvalidData,
|
||||
/// The I/O operation's timeout expired, causing it to be canceled.
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
|
Loading…
Reference in New Issue
Block a user