From f3589d68354f42dc98e96aa47827405f364289dd Mon Sep 17 00:00:00 2001 From: Scott Olson Date: Sat, 17 Sep 2016 14:50:56 -0600 Subject: [PATCH] Remove unused extern crate rustc_trans. --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 46bca86e5c53..dba1b81b70f1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -12,7 +12,6 @@ extern crate rustc_borrowck; extern crate rustc_data_structures; extern crate rustc_mir; -extern crate rustc_trans; extern crate rustc_const_math; extern crate syntax; #[macro_use] extern crate log;