Skip to content

Commit a8d5a40

Browse files
committed
Merge pull request #21172 from brson/tuple
Remove erroneous stability attribute. Reviewed-by: alexcrichton
2 parents d2f4de3 + e5ad89d commit a8d5a40

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/libcore/tuple.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@
3535
3636
#![stable]
3737

38-
#[unstable = "this is just a documentation module and should not be part \
39-
of the public api"]
40-
4138
use clone::Clone;
4239
use cmp::*;
4340
use cmp::Ordering::*;

0 commit comments

Comments
 (0)