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:
parent
4f16e519f1
commit
e9ff91e9be
59 changed files with 245 additions and 300 deletions
|
@ -178,7 +178,6 @@ pub mod cast;
|
|||
pub mod fmt;
|
||||
pub mod cleanup;
|
||||
pub mod logging;
|
||||
pub mod util;
|
||||
pub mod mem;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue