diff options
Diffstat (limited to 'components/plugins/lib.rs')
-rw-r--r-- | components/plugins/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/plugins/lib.rs b/components/plugins/lib.rs index 5a4a7554a8e..53995abfab9 100644 --- a/components/plugins/lib.rs +++ b/components/plugins/lib.rs @@ -21,8 +21,6 @@ extern crate syntax; #[phase(plugin, link)] extern crate rustc; -#[cfg(test)] -extern crate sync; use rustc::lint::LintPassObject; use rustc::plugin::Registry; |