From 5f67ba76f5bc6956267f59caa4328c70cc95dc77 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Fri, 5 May 2017 10:37:04 +0200 Subject: [PATCH] Removed unused crate imports --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index cdbf8f2cf924..f373606218c7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -9,10 +9,8 @@ extern crate log; extern crate log_settings; #[macro_use] extern crate rustc; -extern crate rustc_borrowck; extern crate rustc_const_math; extern crate rustc_data_structures; -extern crate rustc_mir; extern crate syntax; // From crates.io.