Skip to content

Commit

Permalink
std::io: bump the stability tag on ErrorKind::InvalidData to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabaluev committed May 30, 2015
1 parent 1d67cef commit 0ad019f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/io/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit 0ad019f

Please sign in to comment.