From a3b19c8858ec6dd29d71fde7bc2d78b2ac386d34 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Sat, 6 Jun 2015 18:58:35 -0400 Subject: Remove many unneeded feature annotations in the docs When things get stabilized, they don't always have their docs updated to remove the gate. --- src/liballoc/arc.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/liballoc') diff --git a/src/liballoc/arc.rs b/src/liballoc/arc.rs index d12d28335dd..990a73c53ae 100644 --- a/src/liballoc/arc.rs +++ b/src/liballoc/arc.rs @@ -98,7 +98,6 @@ use heap::deallocate; /// increase the reference counter. /// /// ``` -/// # #![feature(alloc, core)] /// use std::sync::Arc; /// use std::thread; /// @@ -297,7 +296,6 @@ impl Clone for Arc { /// # Examples /// /// ``` - /// # #![feature(alloc)] /// use std::sync::Arc; /// /// let five = Arc::new(5); @@ -392,7 +390,6 @@ impl Drop for Arc { /// # Examples /// /// ``` - /// # #![feature(alloc)] /// use std::sync::Arc; /// /// { -- cgit 1.4.1-3-g733a5