Skip to content

Commit dfe8402

Browse files
committed
Remove incorrect doc annotation, mark experimental since we haven't discussed in an API meeting
1 parent 6371879 commit dfe8402

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/libcore/array.rs

+1-5
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@
1414
* to all lengths.
1515
*/
1616

17-
#![doc(primitive = "tuple")]
1817
#![stable]
19-
20-
#[unstable = "this is just a documentation module and should not be part \
21-
of the public api"]
22-
pub use unit;
18+
#![experimental] // not yet reviewed
2319

2420
use cmp::*;
2521
use option::{Option};

0 commit comments

Comments
 (0)