Skip to content

Commit f835c0f

Browse files
pitajgitbot
authored and
gitbot
committed
std::range
1 parent 409bdad commit f835c0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

std/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,8 @@ pub use core::option;
530530
pub use core::pin;
531531
#[stable(feature = "rust1", since = "1.0.0")]
532532
pub use core::ptr;
533+
#[unstable(feature = "new_range_api", issue = "125687")]
534+
pub use core::range;
533535
#[stable(feature = "rust1", since = "1.0.0")]
534536
pub use core::result;
535537
#[stable(feature = "rust1", since = "1.0.0")]

0 commit comments

Comments
 (0)