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

@@ -38,10 +38,6 @@ use std::collections::{hash_map, HashMap};
#[macro_use]
extern crate cranelift_entity;
use failure;
use region;
#[macro_use]
extern crate failure_derive;