rollup merge of #22128: steveklabnik/gh22085
Fixes #22085 /cc @tomjakubowski
This commit is contained in:
commit
b0b373dce2
2 changed files with 5 additions and 0 deletions
|
@ -141,6 +141,10 @@ pub mod hash;
|
||||||
pub mod fmt;
|
pub mod fmt;
|
||||||
pub mod error;
|
pub mod error;
|
||||||
|
|
||||||
|
#[doc(primitive = "bool")]
|
||||||
|
mod bool {
|
||||||
|
}
|
||||||
|
|
||||||
// note: does not need to be public
|
// note: does not need to be public
|
||||||
mod tuple;
|
mod tuple;
|
||||||
mod array;
|
mod array;
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
//! * `Default`
|
//! * `Default`
|
||||||
|
|
||||||
#![stable(feature = "rust1", since = "1.0.0")]
|
#![stable(feature = "rust1", since = "1.0.0")]
|
||||||
|
#![doc(primitive = "tuple")]
|
||||||
|
|
||||||
use clone::Clone;
|
use clone::Clone;
|
||||||
use cmp::*;
|
use cmp::*;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue