mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
rollup merge of #22128: steveklabnik/gh22085
Fixes #22085 /cc @tomjakubowski
This commit is contained in:
commit
b0b373dce2
@ -141,6 +141,10 @@ pub mod hash;
|
||||
pub mod fmt;
|
||||
pub mod error;
|
||||
|
||||
#[doc(primitive = "bool")]
|
||||
mod bool {
|
||||
}
|
||||
|
||||
// note: does not need to be public
|
||||
mod tuple;
|
||||
mod array;
|
||||
|
@ -34,6 +34,7 @@
|
||||
//! * `Default`
|
||||
|
||||
#![stable(feature = "rust1", since = "1.0.0")]
|
||||
#![doc(primitive = "tuple")]
|
||||
|
||||
use clone::Clone;
|
||||
use cmp::*;
|
||||
|
Loading…
Reference in New Issue
Block a user