std::io: bump the stability tag on ErrorKind::InvalidData to 1.2.0

This commit is contained in:
Mikhail Zabaluev 2015-05-30 15:09:13 +03:00
parent 1d67cef6d2
commit 0ad019f4e8
1 changed files with 1 additions and 1 deletions

View File

@ -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")]