about summary refs log tree commit diff
path: root/library/core/src/ops/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/core/src/ops/mod.rs')
-rw-r--r--library/core/src/ops/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/ops/mod.rs b/library/core/src/ops/mod.rs
index 9814f5d5795..ab1ad407ee2 100644
--- a/library/core/src/ops/mod.rs
+++ b/library/core/src/ops/mod.rs
@@ -191,7 +191,7 @@ pub use self::range::{OneSidedRange, OneSidedRangeBound};
 #[stable(feature = "rust1", since = "1.0.0")]
 pub use self::range::{Range, RangeFrom, RangeFull, RangeTo};
 #[unstable(feature = "reborrow", issue = "145612")]
-pub use self::reborrow::CoerceShared;
+pub use self::reborrow::{CoerceShared, Reborrow};
 #[unstable(feature = "try_trait_v2_residual", issue = "91285")]
 pub use self::try_trait::Residual;
 #[unstable(feature = "try_trait_v2_yeet", issue = "96374")]