adding std::mem

This commit is contained in:
Tomasz Drwięga 2016-03-11 15:58:12 +01:00
parent 9c92d601b1
commit 0dbe6684ad

View File

@ -36,6 +36,7 @@
//! The functions here are designed to be fast. //! The functions here are designed to be fast.
//! //!
use std::mem;
use std::fmt; use std::fmt;
use std::cmp; use std::cmp;