about summary refs log tree commit diff
path: root/src/libcore/ops/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore/ops/mod.rs')
-rw-r--r--src/libcore/ops/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcore/ops/mod.rs b/src/libcore/ops/mod.rs
index bf9775e2ae8..edfa6df11ac 100644
--- a/src/libcore/ops/mod.rs
+++ b/src/libcore/ops/mod.rs
@@ -202,5 +202,5 @@ pub use self::generator::{Generator, GeneratorState};
 #[unstable(feature = "coerce_unsized", issue = "27732")]
 pub use self::unsize::CoerceUnsized;
 
-#[unstable(feature = "coerce_sized", issue = "0")]
-pub use self::unsize::CoerceSized;
+#[unstable(feature = "dispatch_from_dyn", issue = "0")]
+pub use self::unsize::DispatchFromDyn;