Remove incorrect doc annotation, mark experimental since we haven't discussed in an API meeting
This commit is contained in:
parent
63718792df
commit
dfe840245b
1 changed files with 1 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue