Remove incorrect doc annotation, mark experimental since we haven't discussed in an API meeting

This commit is contained in:
Niko Matsakis 2014-11-02 21:00:23 -05:00
parent 63718792df
commit dfe840245b

View File

@ -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};