1
Fork 0

Remove std::bool::{Bool, all_values}

These were never used outside of the tests
This commit is contained in:
Brendan Zabarauskas 2014-02-23 06:41:38 +11:00
parent 4243cad56b
commit 6efa3c63d0
2 changed files with 43 additions and 162 deletions

View file

@ -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};