fix some stability annotations

This commit is contained in:
Lukas Markeffsky
2024-11-01 22:08:23 +01:00
parent 7c7bb7dc01
commit 2a6a70606d
3 changed files with 5 additions and 4 deletions

View File

@@ -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;