1
Fork 0

Move replace and swap to std::mem. Get rid of std::util

Also move Void to std::any, move drop to std::mem and reexport in
prelude.
This commit is contained in:
Edward Wang 2014-02-01 04:35:36 +08:00
parent 4f16e519f1
commit e9ff91e9be
59 changed files with 245 additions and 300 deletions

View file

@ -178,7 +178,6 @@ pub mod cast;
pub mod fmt;
pub mod cleanup;
pub mod logging;
pub mod util;
pub mod mem;