about summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authorPeter Jaszkowiak <p.jaszkow@gmail.com>2025-01-26 13:27:34 -0700
committerPeter Jaszkowiak <p.jaszkow@gmail.com>2025-01-30 20:37:56 -0700
commit95eaadc773eb4adab8f46cd77083d1d503fd5bff (patch)
tree373ea441f20a327ffe7ff795925369f798cabb1e /library/std/src
parent6c1d960d88dd3755548b3818630acb63fa98187e (diff)
downloadrust-95eaadc773eb4adab8f46cd77083d1d503fd5bff.tar.gz
rust-95eaadc773eb4adab8f46cd77083d1d503fd5bff.zip
std::range
Diffstat (limited to 'library/std/src')
-rw-r--r--library/std/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index acb3a0578e5..7c18226874c 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -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")]