Adding std::mem back
This commit is contained in:
parent
fcc0432856
commit
179569f9f8
@ -36,6 +36,9 @@
|
||||
//! The functions here are designed to be fast.
|
||||
//!
|
||||
|
||||
|
||||
#[cfg(all(asm_available, target_arch="x86_64"))]
|
||||
use std::mem;
|
||||
use std::fmt;
|
||||
use std::cmp;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user