Adding std::mem back

This commit is contained in:
Tomasz Drwięga 2016-03-11 16:01:18 +01:00
parent fcc0432856
commit 179569f9f8

View File

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