diff --git a/src/libcore/tuple.rs b/src/libcore/tuple.rs index 4aca830cb94..5baeae236b3 100644 --- a/src/libcore/tuple.rs +++ b/src/libcore/tuple.rs @@ -35,9 +35,6 @@ #![stable] -#[unstable = "this is just a documentation module and should not be part \ - of the public api"] - use clone::Clone; use cmp::*; use cmp::Ordering::*;