Fix unused use warnings.

This commit is contained in:
Dan Gohman
2019-01-03 14:04:53 -08:00
parent ca2fdc5ccb
commit a41bc1fe1e
4 changed files with 0 additions and 14 deletions

View File

@@ -36,16 +36,10 @@ use hashmap_core::{map as hash_map, HashMap};
#[cfg(feature = "std")]
use std::collections::{hash_map, HashMap};
use errno;
use region;
#[macro_use]
extern crate lazy_static;
use libc;
#[macro_use]
extern crate memoffset;
use cast;
use failure;
#[macro_use]
extern crate failure_derive;
#[cfg(target_os = "windows")]