Skip to content

Commit

Permalink
std::range
Browse files Browse the repository at this point in the history
  • Loading branch information
pitaj authored and gitbot committed Feb 20, 2025
1 parent cdd8d4e commit 4072f33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,8 @@ pub use core::option;
pub use core::pin;
#[stable(feature = "rust1", since = "1.0.0")]
pub use core::ptr;
#[unstable(feature = "new_range_api", issue = "125687")]
pub use core::range;
#[stable(feature = "rust1", since = "1.0.0")]
pub use core::result;
#[stable(feature = "rust1", since = "1.0.0")]
Expand Down

0 comments on commit 4072f33

Please sign in to comment.