From e5ad89d176004931d7ffbf87e7c23bc71fc7418a Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 14 Jan 2015 18:58:26 -0800 Subject: [PATCH] Remove erroneous stability attribute. This outer attribute doesn't actually apply to anything is seems to be incorrect in what it is saying. --- src/libcore/tuple.rs | 3 --- 1 file changed, 3 deletions(-) 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::*;