diff --git a/src/libcore/array.rs b/src/libcore/array.rs index 999574b4d7d5..829605ce7cc1 100644 --- a/src/libcore/array.rs +++ b/src/libcore/array.rs @@ -14,12 +14,8 @@ * to all lengths. */ -#![doc(primitive = "tuple")] #![stable] - -#[unstable = "this is just a documentation module and should not be part \ - of the public api"] -pub use unit; +#![experimental] // not yet reviewed use cmp::*; use option::{Option};