about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2015-01-14 18:58:26 -0800
committerBrian Anderson <banderson@mozilla.com>2015-01-14 18:58:26 -0800
commite5ad89d176004931d7ffbf87e7c23bc71fc7418a (patch)
treef60bf4b29a01d6d07ea10f338aede64497daf047 /src
parent3a44a19af29585c02e81e22ea7665f829ae0590a (diff)
downloadrust-e5ad89d176004931d7ffbf87e7c23bc71fc7418a.tar.gz
rust-e5ad89d176004931d7ffbf87e7c23bc71fc7418a.zip
Remove erroneous stability attribute.
This outer attribute doesn't actually apply to anything is seems
to be incorrect in what it is saying.
Diffstat (limited to 'src')
-rw-r--r--src/libcore/tuple.rs3
1 files changed, 0 insertions, 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::*;