diff options
| author | Lukas Markeffsky <@> | 2024-11-01 22:08:23 +0100 |
|---|---|---|
| committer | Lukas Markeffsky <@> | 2024-11-02 01:37:45 +0100 |
| commit | 2a6a70606d3d87484d468d60e3e351c2a9ab6819 (patch) | |
| tree | a757225dc91b2c2f9848a3dcd603f26b3f84ccb4 /library/std/src | |
| parent | 7c7bb7dc017545db732f5cffec684bbaeae0a9a0 (diff) | |
| download | rust-2a6a70606d3d87484d468d60e3e351c2a9ab6819.tar.gz rust-2a6a70606d3d87484d468d60e3e351c2a9ab6819.zip | |
fix some stability annotations
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 1de52eb7b21..d0dd991a933 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -481,7 +481,7 @@ pub mod prelude; #[stable(feature = "rust1", since = "1.0.0")] pub use core::any; -#[stable(feature = "core_array", since = "1.36.0")] +#[stable(feature = "core_array", since = "1.35.0")] pub use core::array; #[unstable(feature = "async_iterator", issue = "79024")] pub use core::async_iter; |
