diff options
| author | CDirkx <christiaan@dirkx.email> | 2021-03-22 00:29:17 +0100 |
|---|---|---|
| committer | Christiaan Dirkx <christiaan@dirkx.email> | 2021-04-18 09:29:24 +0200 |
| commit | b42e52f2cce4bddaa6baef2010061347790ab420 (patch) | |
| tree | cb83a5074d6db1d734038d10b2fedf5936782843 /library/std/src | |
| parent | 0895a693bdaf1472f2c8036abccaa78299ec71cf (diff) | |
| download | rust-b42e52f2cce4bddaa6baef2010061347790ab420.tar.gz rust-b42e52f2cce4bddaa6baef2010061347790ab420.zip | |
Bump to 1.53.0
Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/io/error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/io/error.rs b/library/std/src/io/error.rs index f9d45b9aafb..9bed12bf2ae 100644 --- a/library/std/src/io/error.rs +++ b/library/std/src/io/error.rs @@ -184,7 +184,7 @@ pub enum ErrorKind { /// This operation is unsupported on this platform. /// /// This means that the operation can never succeed. - #[stable(feature = "unsupported_error", since = "1.52.0")] + #[stable(feature = "unsupported_error", since = "1.53.0")] Unsupported, } |
