]> git.lizzy.rs Git - rust.git/commitdiff
std::io: bump the stability tag on ErrorKind::InvalidData to 1.2.0
authorMikhail Zabaluev <mikhail.zabaluev@gmail.com>
Sat, 30 May 2015 12:09:13 +0000 (15:09 +0300)
committerMikhail Zabaluev <mikhail.zabaluev@gmail.com>
Sat, 30 May 2015 12:09:13 +0000 (15:09 +0300)
src/libstd/io/error.rs

index 92b5fab6df210c63e7ea763cd7a089c392dcb665..c4e472f158edff8ad354b482f183753f3c33027c 100644 (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")]