adding std::mem

This commit is contained in:
Tomasz Drwięga 2016-03-11 15:58:12 +01:00
parent 9c92d601b1
commit 0dbe6684ad
1 changed files with 1 additions and 0 deletions

View File

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