mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Move libcore/bool/mod.rs
to libcore/bool.rs
This commit is contained in:
parent
b73e32c795
commit
0f0e1c1691
@ -1,7 +1,5 @@
|
||||
//! impl bool {}
|
||||
|
||||
#![stable(feature = "core_bool", since = "1.39.0")]
|
||||
|
||||
#[cfg(not(boostrap_stdarch_ignore_this))]
|
||||
#[lang = "bool"]
|
||||
impl bool {
|
@ -198,7 +198,6 @@ pub mod borrow;
|
||||
pub mod any;
|
||||
pub mod array;
|
||||
pub mod ascii;
|
||||
pub mod bool;
|
||||
pub mod sync;
|
||||
pub mod cell;
|
||||
pub mod char;
|
||||
@ -228,6 +227,7 @@ pub mod task;
|
||||
pub mod alloc;
|
||||
|
||||
// note: does not need to be public
|
||||
mod bool;
|
||||
mod tuple;
|
||||
mod unit;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user