diff --git a/src/liballoc/rc.rs b/src/liballoc/rc.rs index 463f66b58e92e..d229d1c815c2d 100644 --- a/src/liballoc/rc.rs +++ b/src/liballoc/rc.rs @@ -227,8 +227,6 @@ impl Rc { /// # Examples /// /// ``` - /// #![feature(rc_unique)] - /// /// use std::rc::Rc; /// /// let x = Rc::new(3); @@ -370,7 +368,6 @@ impl Rc { /// # Examples /// /// ``` - /// #![feature(rc_unique)] /// use std::rc::Rc; /// /// let mut data = Rc::new(5);