Skip to content

Commit e5ad89d

Browse files
committed
Remove erroneous stability attribute.
This outer attribute doesn't actually apply to anything is seems to be incorrect in what it is saying.
1 parent 3a44a19 commit e5ad89d

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)