Merge branch 'master' into reorgjdb

This commit is contained in:
Nikolay Volf
2016-03-11 20:05:41 +04:00
5 changed files with 9 additions and 8 deletions

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;