Remove incorrect doc annotation, mark experimental since we haven't discussed in an API meeting
This commit is contained in:
parent
63718792df
commit
dfe840245b
@ -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};
|
||||
|
Loading…
x
Reference in New Issue
Block a user