Remove std::bool::{Bool, all_values}
These were never used outside of the tests
This commit is contained in:
parent
4243cad56b
commit
6efa3c63d0
2 changed files with 43 additions and 162 deletions
|
@ -37,7 +37,6 @@ pub use mem::drop;
|
|||
|
||||
pub use any::{Any, AnyOwnExt, AnyRefExt, AnyMutRefExt};
|
||||
pub use ascii::{Ascii, AsciiCast, OwnedAsciiCast, AsciiStr, IntoBytes};
|
||||
pub use bool::Bool;
|
||||
pub use c_str::ToCStr;
|
||||
pub use char::Char;
|
||||
pub use clone::{Clone, DeepClone};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue